#413A20

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

Shades of Madras #413A20

Tints of Madras #413A20

Color information

#413A20 (or 0x413A20) is unknown color: approx Madras. HEX triplet: 41, 3A and 20. RGB value is (65,58,32). Sum of RGB (Red+Green+Blue) = 65+58+32=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A20 is #BEC5DF. Grayscale: #393939. Windows color (decimal): -12502496 or 2112065. OLE color: 2112065.

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

Color convert

RGB655832-
CMYK00.110.510.75
HSL47.27º34.02%19.02%-
HSV(B)47.27º50.77%25.49%-
XYZ3.954.251.98-
YUV57.13113.82133.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=41.94%
G=37.42%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65583200.110.510.7547.2734.0219.02
Hex413A200B334B2f2213
Octal101724001363113574223
Binary100000111101010000001011110011100101110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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