#52400B

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

Shades of Madras #52400B

Tints of Madras #52400B

Color information

#52400B (or 0x52400B) is unknown color: approx Madras. HEX triplet: 52, 40 and 0B. RGB value is (82,64,11). Sum of RGB (Red+Green+Blue) = 82+64+11=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #52400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52400B is #ADBFF4. Grayscale: #3F3F3F. Windows color (decimal): -11386869 or 737362. OLE color: 737362.

HSL color Cylindrical-coordinate representation of color #52400B: hue angle of 44.79º 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 #52400B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB826411-
CMYK00.220.870.68
HSL44.79º76.34%18.24%-
HSV(B)44.79º86.59%32.16%-
XYZ5.375.481.09-
YUV63.3498.46141.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=52.23%
G=40.76%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82641100.220.870.6844.7976.3418.24
Hex5240B01657442d4c12
Octal122100130261271045511422
Binary10100101000000101101011010101111000100101101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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