#441D19

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

Shades of Brown Pod #441D19

Tints of Brown Pod #441D19

Color information

#441D19 (or 0x441D19) is unknown color: approx Brown Pod. HEX triplet: 44, 1D and 19. RGB value is (68,29,25). Sum of RGB (Red+Green+Blue) = 68+29+25=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D19 is #BBE2E6. Grayscale: #282828. Windows color (decimal): -12313319 or 1645892. OLE color: 1645892.

HSL color Cylindrical-coordinate representation of color #441D19: hue angle of 5.58º 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 #441D19 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB682925-
CMYK00.570.630.73
HSL5.58º46.24%18.24%-
HSV(B)5.58º63.24%26.67%-
XYZ32.181.18-
YUV40.21119.42147.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=55.74%
G=23.77%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68292500.570.630.735.5846.2418.24
Hex441D190393F4962e12
Octal10435310717711165622
Binary100010011101110010111001111111100100111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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