#413E16

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

Shades of Madras #413E16

Tints of Madras #413E16

Color information

#413E16 (or 0x413E16) is unknown color: approx Madras. HEX triplet: 41, 3E and 16. RGB value is (65,62,22). Sum of RGB (Red+Green+Blue) = 65+62+22=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #413E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E16 is #BEC1E9. Grayscale: #3A3A3A. Windows color (decimal): -12501482 or 1457729. OLE color: 1457729.

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

Color convert

RGB656222-
CMYK00.050.660.75
HSL55.81º49.43%17.06%-
HSV(B)55.81º66.15%25.49%-
XYZ4.054.631.44-
YUV58.34107.49132.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=43.62%
G=41.61%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65622200.050.660.7555.8149.4317.06
Hex413E1605424B383111
Octal101762605102113706121
Binary10000011111101011001011000010100101111100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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