#52421B

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

Shades of Madras #52421B

Tints of Madras #52421B

Color information

#52421B (or 0x52421B) is unknown color: approx Madras. HEX triplet: 52, 42 and 1B. RGB value is (82,66,27). Sum of RGB (Red+Green+Blue) = 82+66+27=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421B is #ADBDE4. Grayscale: #424242. Windows color (decimal): -11386341 or 1786450. OLE color: 1786450.

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

Color convert

RGB826627-
CMYK00.200.670.68
HSL42.55º50.46%21.37%-
HSV(B)42.55º67.07%32.16%-
XYZ5.635.771.85-
YUV66.34105.8139.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=46.86%
G=37.71%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82662700.200.670.6842.5550.4621.37
Hex52421B01443442b3215
Octal12210233024103104536225
Binary10100101000010110110101001000011100010010101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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