#413E13

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

Shades of Madras #413E13

Tints of Madras #413E13

Color information

#413E13 (or 0x413E13) is unknown color: approx Madras. HEX triplet: 41, 3E and 13. RGB value is (65,62,19). Sum of RGB (Red+Green+Blue) = 65+62+19=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #413E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E13 is #BEC1EC. Grayscale: #3A3A3A. Windows color (decimal): -12501485 or 1261121. OLE color: 1261121.

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

Color convert

RGB656219-
CMYK00.050.710.75
HSL56.09º54.76%16.47%-
HSV(B)56.09º70.77%25.49%-
XYZ4.024.621.3-
YUV57.99105.99133-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 62 (24.61% from 255) = 42.47%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=44.52%
G=42.47%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65621900.050.710.7556.0954.7616.47
Hex413E1305474B383710
Octal101762305107113706720
Binary10000011111101001101011000111100101111100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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