#413C20

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

Shades of Madras #413C20

Tints of Madras #413C20

Color information

#413C20 (or 0x413C20) is unknown color: approx Madras. HEX triplet: 41, 3C and 20. RGB value is (65,60,32). Sum of RGB (Red+Green+Blue) = 65+60+32=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C20 is #BEC3DF. Grayscale: #3A3A3A. Windows color (decimal): -12501984 or 2112577. OLE color: 2112577.

HSL color Cylindrical-coordinate representation of color #413C20: hue angle of 50.91º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413C20 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB656032-
CMYK00.080.510.75
HSL50.91º34.02%19.02%-
HSV(B)50.91º50.77%25.49%-
XYZ4.064.462.01-
YUV58.3113.16132.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=41.40%
G=38.22%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65603200.080.510.7550.9134.0219.02
Hex413C2008334B332213
Octal101744001063113634223
Binary100000111110010000001000110011100101111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C20; }

 p { color: rgb(65,60,32); }

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

<style>
 a { background-color: #413C20; }

 a { background-color: rgb(65,60,32); }

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

<style>
 span { border-color: #413C20; }

 span { border-color: rgb(65,60,32); }

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