#441F19

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

Shades of Brown Pod #441F19

Tints of Brown Pod #441F19

Color information

#441F19 (or 0x441F19) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 19. RGB value is (68,31,25). Sum of RGB (Red+Green+Blue) = 68+31+25=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F19 is #BBE0E6. Grayscale: #292929. Windows color (decimal): -12312807 or 1646404. OLE color: 1646404.

HSL color Cylindrical-coordinate representation of color #441F19: hue angle of 8.37º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441F19 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB683125-
CMYK00.540.630.73
HSL8.37º46.24%18.24%-
HSV(B)8.37º63.24%26.67%-
XYZ3.052.281.2-
YUV41.38118.76146.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=54.84%
G=25%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68312500.540.630.738.3746.2418.24
Hex441F190363F4982e12
Octal104373106677111105622
Binary1000100111111100101101101111111001001100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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