#52411C

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

Shades of Madras #52411C

Tints of Madras #52411C

Color information

#52411C (or 0x52411C) is unknown color: approx Madras. HEX triplet: 52, 41 and 1C. RGB value is (82,65,28). Sum of RGB (Red+Green+Blue) = 82+65+28=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411C is #ADBEE3. Grayscale: #424242. Windows color (decimal): -11386596 or 1851730. OLE color: 1851730.

HSL color Cylindrical-coordinate representation of color #52411C: hue angle of 41.11º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52411C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB826528-
CMYK00.210.660.68
HSL41.11º49.09%21.57%-
HSV(B)41.11º65.85%32.16%-
XYZ5.585.661.9-
YUV65.87106.63139.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 28 (11.33% from 255) = 16%
R=46.86%
G=37.14%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82652800.210.660.6841.1149.0921.57
Hex52411C0154244293116
Octal12210134025102104516126
Binary10100101000001111000101011000010100010010100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52411C; }

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

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

<style>
 a { background-color: #52411C; }

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

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

<style>
 span { border-color: #52411C; }

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

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