#52410B

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

Shades of Madras #52410B

Tints of Madras #52410B

Color information

#52410B (or 0x52410B) is unknown color: approx Madras. HEX triplet: 52, 41 and 0B. RGB value is (82,65,11). Sum of RGB (Red+Green+Blue) = 82+65+11=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410B is #ADBEF4. Grayscale: #404040. Windows color (decimal): -11386613 or 737618. OLE color: 737618.

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

Color convert

RGB826511-
CMYK00.210.870.68
HSL45.63º76.34%18.24%-
HSV(B)45.63º86.59%32.16%-
XYZ5.435.61.11-
YUV63.9398.13140.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=51.90%
G=41.14%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82651100.210.870.6845.6376.3418.24
Hex5241B01557442e4c12
Octal122101130251271045611422
Binary10100101000001101101010110101111000100101110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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