#52440B

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

Shades of Madras #52440B

Tints of Madras #52440B

Color information

#52440B (or 0x52440B) is unknown color: approx Madras. HEX triplet: 52, 44 and 0B. RGB value is (82,68,11). Sum of RGB (Red+Green+Blue) = 82+68+11=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52440B is #ADBBF4. Grayscale: #414141. Windows color (decimal): -11385845 or 738386. OLE color: 738386.

HSL color Cylindrical-coordinate representation of color #52440B: hue angle of 48.17º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52440B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB826811-
CMYK00.170.870.68
HSL48.17º76.34%18.24%-
HSV(B)48.17º86.59%32.16%-
XYZ5.615.951.17-
YUV65.6997.14139.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=50.93%
G=42.24%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82681100.170.870.6848.1776.3418.24
Hex5244B0115744304c12
Octal122104130211271046011422
Binary10100101000100101101000110101111000100110000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,68,11); }

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

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

 a { background-color: rgb(82,68,11); }

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

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

 span { border-color: rgb(82,68,11); }

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