#52411D

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

Shades of Madras #52411D

Tints of Madras #52411D

Color information

#52411D (or 0x52411D) is unknown color: approx Madras. HEX triplet: 52, 41 and 1D. RGB value is (82,65,29). Sum of RGB (Red+Green+Blue) = 82+65+29=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411D is #ADBEE2. Grayscale: #424242. Windows color (decimal): -11386595 or 1917266. OLE color: 1917266.

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

Color convert

RGB826529-
CMYK00.210.650.68
HSL40.75º47.75%21.76%-
HSV(B)40.75º64.63%32.16%-
XYZ5.595.661.96-
YUV65.98107.13139.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=46.59%
G=36.93%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82652900.210.650.6840.7547.7521.76
Hex52411D0154144293016
Octal12210135025101104516026
Binary10100101000001111010101011000001100010010100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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