#524219

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

Shades of Madras #524219

Tints of Madras #524219

Color information

#524219 (or 0x524219) is unknown color: approx Madras. HEX triplet: 52, 42 and 19. RGB value is (82,66,25). Sum of RGB (Red+Green+Blue) = 82+66+25=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524219 is #ADBDE6. Grayscale: #424242. Windows color (decimal): -11386343 or 1655378. OLE color: 1655378.

HSL color Cylindrical-coordinate representation of color #524219: hue angle of 43.16º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #524219 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB826625-
CMYK00.200.700.68
HSL43.16º53.27%20.98%-
HSV(B)43.16º69.51%32.16%-
XYZ5.65.761.74-
YUV66.11104.8139.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=47.40%
G=38.15%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82662500.200.700.6843.1653.2720.98
Hex52421901446442b3515
Octal12210231024106104536525
Binary10100101000010110010101001000110100010010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524219; }

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

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

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

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

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

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

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

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