Html Css Color HEX #533F12 Madras

📋 copy color: '#533F12'

red 83 ◦ green 63 ◦ blue 18

#533F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #533F12

Tints of Madras #533F12

RGB

 RED value IS 83 (32.81% from 255) = 50.61%

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 18 (7.42% from 255) = 10.98%

R = 50.61%
G = 38.41%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#533F12 (or 0x533F12) is known color: Madras. HEX triplet: 53, 3F and 12. RGB value is (83,63,18). Sum of RGB (Red+Green+Blue) = 83+63+18=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F12 is #ACC0ED. Grayscale: #404040. Windows color (decimal): -11321582 or 1195859. OLE color: 1195859.

HSL color Cylindrical-coordinate representation of color #533F12: hue angle of 41.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533F12 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 18 -
CMYK 0 0.24 0.78 0.67
HSL 41.54º 0.64% 0.2% -
HSV(B) 41.54º 0.78% 0.33% -
XYZ 5.45 5.44 1.33 -
YUV 63.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 83 63 18 0 0.24 0.78 0.67 41.54 0.64 0.2
Hex 53 3F 12 0 18 4E 43 2A 40 14
Octal 123 77 22 0 30 116 103 52 100 24
Binary 1010011 111111 10010 0 11000 1001110 1000011 101010 1000000 10100

Color Harmonies of #533F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F12

Black with #533F12

Text Example


Text Example

White with #533F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533F12; }

 p { color: rgb(83,63,18); }

 H1.HeaderClassName
 {
   color: #533F12;
 }
 .AnyTagClassName
 {
   color: #533F12;
 }
</style>

background-color css

<style>
 a { background-color: #533F12; }

 a { background-color: rgb(83,63,18); }

 div.DivClassName
 {
   background-color: #533F12;
 }
 .BgClassName
 {
   background-color: #533F12;
 }
</style>

border-color css

<style>
 span { border-color: #533F12; }

 span { border-color: rgb(83,63,18); }

 td.TdClassName
 {
   border-color: #533F12;
 }
 .TagClassName
 {
   border-color: #533F12;
 }
</style>