#524006

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

Shades of Madras #524006

Tints of Madras #524006

Color information

#524006 (or 0x524006) is unknown color: approx Madras. HEX triplet: 52, 40 and 06. RGB value is (82,64,6). Sum of RGB (Red+Green+Blue) = 82+64+6=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #524006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524006 is #ADBFF9. Grayscale: #3F3F3F. Windows color (decimal): -11386874 or 409682. OLE color: 409682.

HSL color Cylindrical-coordinate representation of color #524006: hue angle of 45.79º 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 #524006 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82646-
CMYK00.220.930.68
HSL45.79º86.36%17.25%-
HSV(B)45.79º92.68%32.16%-
XYZ5.355.470.95-
YUV62.7795.96141.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=53.95%
G=42.11%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8264600.220.930.6845.7986.3617.25
Hex524060165D442e5611
Octal12210060261351045612621
Binary1010010100000011001011010111011000100101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524006; }

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

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

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

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

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

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

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

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