#524504

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

Shades of Madras #524504

Tints of Madras #524504

Color information

#524504 (or 0x524504) is unknown color: approx Madras. HEX triplet: 52, 45 and 04. RGB value is (82,69,4). Sum of RGB (Red+Green+Blue) = 82+69+4=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524504 is #ADBAFB. Grayscale: #414141. Windows color (decimal): -11385596 or 279890. OLE color: 279890.

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

Color convert

RGB82694-
CMYK00.160.950.68
HSL50º90.7%16.86%-
HSV(B)50º95.12%32.16%-
XYZ5.636.060.99-
YUV65.4893.31139.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=52.90%
G=44.52%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8269400.160.950.685090.716.86
Hex524540105F44325b11
Octal12210540201371046213321
Binary1010010100010110001000010111111000100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524504; }

 p { color: rgb(82,69,4); }

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

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

 a { background-color: rgb(82,69,4); }

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

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

 span { border-color: rgb(82,69,4); }

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