#413D20

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

Shades of Madras #413D20

Tints of Madras #413D20

Color information

#413D20 (or 0x413D20) is unknown color: approx Madras. HEX triplet: 41, 3D and 20. RGB value is (65,61,32). Sum of RGB (Red+Green+Blue) = 65+61+32=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D20 is #BEC2DF. Grayscale: #3B3B3B. Windows color (decimal): -12501728 or 2112833. OLE color: 2112833.

HSL color Cylindrical-coordinate representation of color #413D20: hue angle of 52.73º 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 #413D20 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB656132-
CMYK00.060.510.75
HSL52.73º34.02%19.02%-
HSV(B)52.73º50.77%25.49%-
XYZ4.114.572.03-
YUV58.89112.83132.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=41.14%
G=38.61%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65613200.060.510.7552.7334.0219.02
Hex413D2006334B352213
Octal10175400663113654223
Binary10000011111011000000110110011100101111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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