#413B11

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

Shades of Madras #413B11

Tints of Madras #413B11

Color information

#413B11 (or 0x413B11) is unknown color: approx Madras. HEX triplet: 41, 3B and 11. RGB value is (65,59,17). Sum of RGB (Red+Green+Blue) = 65+59+17=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B11 is #BEC4EE. Grayscale: #383838. Windows color (decimal): -12502255 or 1129281. OLE color: 1129281.

HSL color Cylindrical-coordinate representation of color #413B11: hue angle of 52.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 #413B11 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB655917-
CMYK00.090.740.75
HSL52.5º58.54%16.08%-
HSV(B)52.5º73.85%25.49%-
XYZ3.854.291.16-
YUV56.01105.99134.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=46.10%
G=41.84%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65591700.090.740.7552.558.5416.08
Hex413B11094A4B343b10
Octal1017321011112113647320
Binary100000111101110001010011001010100101111010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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