#413E0A

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

Shades of Madras #413E0A

Tints of Madras #413E0A

Color information

#413E0A (or 0x413E0A) is unknown color: approx Madras. HEX triplet: 41, 3E and 0A. RGB value is (65,62,10). Sum of RGB (Red+Green+Blue) = 65+62+10=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E0A is #BEC1F5. Grayscale: #393939. Windows color (decimal): -12501494 or 671297. OLE color: 671297.

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

Color convert

RGB656210-
CMYK00.050.850.75
HSL56.73º73.33%14.71%-
HSV(B)56.73º84.62%25.49%-
XYZ3.964.590.96-
YUV56.97101.49133.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 62 (24.61% from 255) = 45.26%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=47.45%
G=45.26%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65621000.050.850.7556.7373.3314.71
Hex413EA05554B3949f
Octal1017612051251137111117
Binary1000001111110101001011010101100101111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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