#524206

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

Shades of Madras #524206

Tints of Madras #524206

Color information

#524206 (or 0x524206) is unknown color: approx Madras. HEX triplet: 52, 42 and 06. RGB value is (82,66,6). Sum of RGB (Red+Green+Blue) = 82+66+6=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #524206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524206 is #ADBDF9. Grayscale: #404040. Windows color (decimal): -11386362 or 410194. OLE color: 410194.

HSL color Cylindrical-coordinate representation of color #524206: hue angle of 47.37º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #524206 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82666-
CMYK00.200.930.68
HSL47.37º86.36%17.25%-
HSV(B)47.37º92.68%32.16%-
XYZ5.465.70.99-
YUV63.9495.3140.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=53.25%
G=42.86%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8266600.200.930.6847.3786.3617.25
Hex524260145D442f5611
Octal12210260241351045712621
Binary1010010100001011001010010111011000100101111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524206; }

 p { color: rgb(82,66,6); }

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

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

 a { background-color: rgb(82,66,6); }

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

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

 span { border-color: rgb(82,66,6); }

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