#52410A

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

Shades of Madras #52410A

Tints of Madras #52410A

Color information

#52410A (or 0x52410A) is unknown color: approx Madras. HEX triplet: 52, 41 and 0A. RGB value is (82,65,10). Sum of RGB (Red+Green+Blue) = 82+65+10=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #52410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410A is #ADBEF5. Grayscale: #404040. Windows color (decimal): -11386614 or 672082. OLE color: 672082.

HSL color Cylindrical-coordinate representation of color #52410A: hue angle of 45.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52410A is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB826510-
CMYK00.210.880.68
HSL45.83º78.26%18.04%-
HSV(B)45.83º87.8%32.16%-
XYZ5.425.61.08-
YUV63.8197.63140.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=52.23%
G=41.40%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82651000.210.880.6845.8378.2618.04
Hex5241A01558442e4e12
Octal122101120251301045611622
Binary10100101000001101001010110110001000100101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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