#52421C

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

Shades of Madras #52421C

Tints of Madras #52421C

Color information

#52421C (or 0x52421C) is unknown color: approx Madras. HEX triplet: 52, 42 and 1C. RGB value is (82,66,28). Sum of RGB (Red+Green+Blue) = 82+66+28=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421C is #ADBDE3. Grayscale: #424242. Windows color (decimal): -11386340 or 1851986. OLE color: 1851986.

HSL color Cylindrical-coordinate representation of color #52421C: hue angle of 42.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52421C is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB826628-
CMYK00.200.660.68
HSL42.22º49.09%21.57%-
HSV(B)42.22º65.85%32.16%-
XYZ5.645.771.92-
YUV66.45106.3139.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=46.59%
G=37.5%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82662800.200.660.6842.2249.0921.57
Hex52421C01442442a3116
Octal12210234024102104526126
Binary10100101000010111000101001000010100010010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52421C; }

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

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

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

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

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

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

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

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