#533E0C

Color #533E0C Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #533E0C

Tints of Madras #533E0C

Color information

#533E0C (or 0x533E0C) is unknown color: approx Madras. HEX triplet: 53, 3E and 0C. RGB value is (83,62,12). Sum of RGB (Red+Green+Blue) = 83+62+12=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0C is #ACC1F3. Grayscale: #3E3E3E. Windows color (decimal): -11321844 or 802387. OLE color: 802387.

HSL color Cylindrical-coordinate representation of color #533E0C: hue angle of 42.25º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #533E0C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB836212-
CMYK00.250.860.67
HSL42.25º74.74%18.63%-
HSV(B)42.25º85.54%32.55%-
XYZ5.365.311.09-
YUV62.5899.46142.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=52.87%
G=39.49%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83621200.250.860.6742.2574.7418.63
Hex533EC01956432a4b13
Octal12376140311261035211323
Binary1010011111110110001100110101101000011101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,12); }

 H1.HeaderClassName
 {
   color: #533E0C;
 }
 .AnyTagClassName
 {
   color: #533E0C;
 }
</style>
background-color css

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

 a { background-color: rgb(83,62,12); }

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

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

 span { border-color: rgb(83,62,12); }

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