#534306

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

Shades of Madras #534306

Tints of Madras #534306

Color information

#534306 (or 0x534306) is unknown color: approx Madras. HEX triplet: 53, 43 and 06. RGB value is (83,67,6). Sum of RGB (Red+Green+Blue) = 83+67+6=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534306 is #ACBCF9. Grayscale: #414141. Windows color (decimal): -11320570 or 410451. OLE color: 410451.

HSL color Cylindrical-coordinate representation of color #534306: hue angle of 47.53º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534306 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83676-
CMYK00.190.930.67
HSL47.53º86.52%17.45%-
HSV(B)47.53º92.77%32.55%-
XYZ5.615.871.01-
YUV64.8394.8140.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=53.21%
G=42.95%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367600.190.930.6747.5386.5217.45
Hex534360135D43305711
Octal12310360231351036012721
Binary1010011100001111001001110111011000011110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534306; }

 p { color: rgb(83,67,6); }

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

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

 a { background-color: rgb(83,67,6); }

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

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

 span { border-color: rgb(83,67,6); }

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