#524008

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

Shades of Madras #524008

Tints of Madras #524008

Color information

#524008 (or 0x524008) is unknown color: approx Madras. HEX triplet: 52, 40 and 08. RGB value is (82,64,8). Sum of RGB (Red+Green+Blue) = 82+64+8=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #524008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524008 is #ADBFF7. Grayscale: #3F3F3F. Windows color (decimal): -11386872 or 540754. OLE color: 540754.

HSL color Cylindrical-coordinate representation of color #524008: hue angle of 45.41º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524008 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82648-
CMYK00.220.900.68
HSL45.41º82.22%17.65%-
HSV(B)45.41º90.24%32.16%-
XYZ5.365.481-
YUV6396.96141.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=53.25%
G=41.56%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8264800.220.900.6845.4182.2217.65
Hex524080165A442d5212
Octal122100100261321045512222
Binary10100101000000100001011010110101000100101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524008; }

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

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

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

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

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

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

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

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