#411913

Color #411913 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #411913

Tints of Brown Pod #411913

Color information

#411913 (or 0x411913) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 13. RGB value is (65,25,19). Sum of RGB (Red+Green+Blue) = 65+25+19=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411913 is #BEE6EC. Grayscale: #242424. Windows color (decimal): -12510957 or 1251649. OLE color: 1251649.

HSL color Cylindrical-coordinate representation of color #411913: hue angle of 7.83º 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 #411913 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB652519-
CMYK00.620.710.75
HSL7.83º54.76%16.47%-
HSV(B)7.83º70.77%25.49%-
XYZ2.651.870.84-
YUV36.28118.25148.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=59.63%
G=22.94%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65251900.620.710.757.8354.7616.47
Hex41191303E474B83710
Octal1013123076107113106720
Binary10000011100110011011111010001111001011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411913; }

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

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

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

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

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

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

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

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