#524009

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

Shades of Madras #524009

Tints of Madras #524009

Color information

#524009 (or 0x524009) is unknown color: approx Madras. HEX triplet: 52, 40 and 09. RGB value is (82,64,9). Sum of RGB (Red+Green+Blue) = 82+64+9=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524009 is #ADBFF6. Grayscale: #3F3F3F. Windows color (decimal): -11386871 or 606290. OLE color: 606290.

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

Color convert

RGB82649-
CMYK00.220.890.68
HSL45.21º80.22%17.84%-
HSV(B)45.21º89.02%32.16%-
XYZ5.365.481.03-
YUV63.1197.46141.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=52.90%
G=41.29%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8264900.220.890.6845.2180.2217.84
Hex5240901659442d5012
Octal122100110261311045512022
Binary10100101000000100101011010110011000100101101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524009; }

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

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

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

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

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

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

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

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