#413C06

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

Shades of Madras #413C06

Tints of Madras #413C06

Color information

#413C06 (or 0x413C06) is unknown color: approx Madras. HEX triplet: 41, 3C and 06. RGB value is (65,60,6). Sum of RGB (Red+Green+Blue) = 65+60+6=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C06 is #BEC3F9. Grayscale: #373737. Windows color (decimal): -12502010 or 408641. OLE color: 408641.

HSL color Cylindrical-coordinate representation of color #413C06: hue angle of 54.92º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #413C06 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB65606-
CMYK00.080.910.75
HSL54.92º83.1%13.92%-
HSV(B)54.92º90.77%25.49%-
XYZ3.834.370.81-
YUV55.34100.16134.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=49.62%
G=45.80%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6560600.080.910.7554.9283.113.92
Hex413C6085B4B3753e
Octal1017460101331136712316
Binary1000001111100110010001011011100101111011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,6); }

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

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

 a { background-color: rgb(65,60,6); }

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

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

 span { border-color: rgb(65,60,6); }

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