#413F11

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

Shades of Madras #413F11

Tints of Madras #413F11

Color information

#413F11 (or 0x413F11) is unknown color: approx Madras. HEX triplet: 41, 3F and 11. RGB value is (65,63,17). Sum of RGB (Red+Green+Blue) = 65+63+17=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F11 is #BEC0EE. Grayscale: #3A3A3A. Windows color (decimal): -12501231 or 1130305. OLE color: 1130305.

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

Color convert

RGB656317-
CMYK00.030.740.75
HSL57.5º58.54%16.08%-
HSV(B)57.5º73.85%25.49%-
XYZ4.064.721.23-
YUV58.35104.66132.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 63 (25% from 255) = 43.45%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=44.83%
G=43.45%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65631700.030.740.7557.558.5416.08
Hex413F11034A4B393b10
Octal101772103112113717320
Binary1000001111111100010111001010100101111100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,17); }

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

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

 a { background-color: rgb(65,63,17); }

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

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

 span { border-color: rgb(65,63,17); }

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