#413B19

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

Shades of Madras #413B19

Tints of Madras #413B19

Color information

#413B19 (or 0x413B19) is unknown color: approx Madras. HEX triplet: 41, 3B and 19. RGB value is (65,59,25). Sum of RGB (Red+Green+Blue) = 65+59+25=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #413B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B19 is #BEC4E6. Grayscale: #393939. Windows color (decimal): -12502247 or 1653569. OLE color: 1653569.

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

Color convert

RGB655925-
CMYK00.090.620.75
HSL51º44.44%17.65%-
HSV(B)51º61.54%25.49%-
XYZ3.924.321.55-
YUV56.92109.99133.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=43.62%
G=39.60%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65592500.090.620.755144.4417.65
Hex413B19093E4B332c12
Octal101733101176113635422
Binary10000011110111100101001111110100101111001110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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