#413E14

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

Shades of Madras #413E14

Tints of Madras #413E14

Color information

#413E14 (or 0x413E14) is unknown color: approx Madras. HEX triplet: 41, 3E and 14. RGB value is (65,62,20). Sum of RGB (Red+Green+Blue) = 65+62+20=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #413E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E14 is #BEC1EB. Grayscale: #3A3A3A. Windows color (decimal): -12501484 or 1326657. OLE color: 1326657.

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

Color convert

RGB656220-
CMYK00.050.690.75
HSL56º52.94%16.67%-
HSV(B)56º69.23%25.49%-
XYZ4.034.621.34-
YUV58.11106.49132.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 62 (24.61% from 255) = 42.18%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=44.22%
G=42.18%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65622000.050.690.755652.9416.67
Hex413E1405454B383511
Octal101762405105113706521
Binary10000011111101010001011000101100101111100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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