#411F19

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

Shades of Brown Pod #411F19

Tints of Brown Pod #411F19

Color information

#411F19 (or 0x411F19) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 19. RGB value is (65,31,25). Sum of RGB (Red+Green+Blue) = 65+31+25=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F19 is #BEE0E6. Grayscale: #282828. Windows color (decimal): -12509415 or 1646401. OLE color: 1646401.

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

Color convert

RGB653125-
CMYK00.520.620.75
HSL44.44%17.65%-
HSV(B)61.54%25.49%-
XYZ2.852.171.19-
YUV40.48119.26145.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=53.72%
G=25.62%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312500.520.620.75944.4417.65
Hex411F190343E4B92c12
Octal101373106476113115422
Binary1000001111111100101101001111101001011100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F19; }

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

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

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

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

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

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

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

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