#413B13

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

Shades of Madras #413B13

Tints of Madras #413B13

Color information

#413B13 (or 0x413B13) is unknown color: approx Madras. HEX triplet: 41, 3B and 13. RGB value is (65,59,19). Sum of RGB (Red+Green+Blue) = 65+59+19=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #413B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B13 is #BEC4EC. Grayscale: #383838. Windows color (decimal): -12502253 or 1260353. OLE color: 1260353.

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

Color convert

RGB655919-
CMYK00.090.710.75
HSL52.17º54.76%16.47%-
HSV(B)52.17º70.77%25.49%-
XYZ3.864.31.24-
YUV56.23106.99134.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=45.45%
G=41.26%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65591900.090.710.7552.1754.7616.47
Hex413B1309474B343710
Octal1017323011107113646720
Binary100000111101110011010011000111100101111010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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