#413E1D

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

Shades of Madras #413E1D

Tints of Madras #413E1D

Color information

#413E1D (or 0x413E1D) is unknown color: approx Madras. HEX triplet: 41, 3E and 1D. RGB value is (65,62,29). Sum of RGB (Red+Green+Blue) = 65+62+29=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E1D is #BEC1E2. Grayscale: #3B3B3B. Windows color (decimal): -12501475 or 1916481. OLE color: 1916481.

HSL color Cylindrical-coordinate representation of color #413E1D: hue angle of 55º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413E1D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB656229-
CMYK00.050.550.75
HSL55º38.3%18.43%-
HSV(B)55º55.38%25.49%-
XYZ4.124.661.84-
YUV59.13110.99132.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=41.67%
G=39.74%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65622900.050.550.755538.318.43
Hex413E1D05374B372612
Octal10176350567113674622
Binary1000001111110111010101110111100101111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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