#413E1B

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

Shades of Madras #413E1B

Tints of Madras #413E1B

Color information

#413E1B (or 0x413E1B) is unknown color: approx Madras. HEX triplet: 41, 3E and 1B. RGB value is (65,62,27). Sum of RGB (Red+Green+Blue) = 65+62+27=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E1B is #BEC1E4. Grayscale: #3B3B3B. Windows color (decimal): -12501477 or 1785409. OLE color: 1785409.

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

Color convert

RGB656227-
CMYK00.050.580.75
HSL55.26º41.3%18.04%-
HSV(B)55.26º58.46%25.49%-
XYZ4.14.651.72-
YUV58.91109.99132.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=42.21%
G=40.26%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65622700.050.580.7555.2641.318.04
Hex413E1B053A4B372912
Octal10176330572113675122
Binary1000001111110110110101111010100101111011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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