#524213

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

Shades of Madras #524213

Tints of Madras #524213

Color information

#524213 (or 0x524213) is unknown color: approx Madras. HEX triplet: 52, 42 and 13. RGB value is (82,66,19). Sum of RGB (Red+Green+Blue) = 82+66+19=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524213 is #ADBDEC. Grayscale: #414141. Windows color (decimal): -11386349 or 1262162. OLE color: 1262162.

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

Color convert

RGB826619-
CMYK00.200.770.68
HSL44.76º62.38%19.8%-
HSV(B)44.76º76.83%32.16%-
XYZ5.555.741.43-
YUV65.43101.8139.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=49.10%
G=39.52%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82661900.200.770.6844.7662.3819.8
Hex5242130144D442d3e14
Octal12210223024115104557624
Binary10100101000010100110101001001101100010010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524213; }

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

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

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

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

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

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

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

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