#533F0C

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

Shades of Madras #533F0C

Tints of Madras #533F0C

Color information

#533F0C (or 0x533F0C) is unknown color: approx Madras. HEX triplet: 53, 3F and 0C. RGB value is (83,63,12). Sum of RGB (Red+Green+Blue) = 83+63+12=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0C is #ACC0F3. Grayscale: #3F3F3F. Windows color (decimal): -11321588 or 802643. OLE color: 802643.

HSL color Cylindrical-coordinate representation of color #533F0C: hue angle of 43.1º 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 #533F0C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB836312-
CMYK00.240.860.67
HSL43.1º74.74%18.63%-
HSV(B)43.1º85.54%32.55%-
XYZ5.415.421.11-
YUV63.1799.13142.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=52.53%
G=39.87%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83631200.240.860.6743.174.7418.63
Hex533FC01856432b4b13
Octal12377140301261035311323
Binary1010011111111110001100010101101000011101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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