#524209

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

Shades of Madras #524209

Tints of Madras #524209

Color information

#524209 (or 0x524209) is unknown color: approx Madras. HEX triplet: 52, 42 and 09. RGB value is (82,66,9). Sum of RGB (Red+Green+Blue) = 82+66+9=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524209 is #ADBDF6. Grayscale: #404040. Windows color (decimal): -11386359 or 606802. OLE color: 606802.

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

Color convert

RGB82669-
CMYK00.200.890.68
HSL46.85º80.22%17.84%-
HSV(B)46.85º89.02%32.16%-
XYZ5.485.711.07-
YUV64.2996.8140.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=52.23%
G=42.04%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8266900.200.890.6846.8580.2217.84
Hex5242901459442f5012
Octal122102110241311045712022
Binary10100101000010100101010010110011000100101111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524209; }

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

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

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

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

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

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

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

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