#413B15

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

Shades of Madras #413B15

Tints of Madras #413B15

Color information

#413B15 (or 0x413B15) is unknown color: approx Madras. HEX triplet: 41, 3B and 15. RGB value is (65,59,21). Sum of RGB (Red+Green+Blue) = 65+59+21=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B15 is #BEC4EA. Grayscale: #383838. Windows color (decimal): -12502251 or 1391425. OLE color: 1391425.

HSL color Cylindrical-coordinate representation of color #413B15: hue angle of 51.82º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413B15 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB655921-
CMYK00.090.680.75
HSL51.82º51.16%16.86%-
HSV(B)51.82º67.69%25.49%-
XYZ3.884.311.34-
YUV56.46107.99134.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=44.83%
G=40.69%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65592100.090.680.7551.8251.1616.86
Hex413B1509444B343311
Octal1017325011104113646321
Binary100000111101110101010011000100100101111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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