#441C16

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

Shades of Brown Pod #441C16

Tints of Brown Pod #441C16

Color information

#441C16 (or 0x441C16) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 16. RGB value is (68,28,22). Sum of RGB (Red+Green+Blue) = 68+28+22=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #441C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C16 is #BBE3E9. Grayscale: #272727. Windows color (decimal): -12313578 or 1449028. OLE color: 1449028.

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

Color convert

RGB682822-
CMYK00.590.680.73
HSL7.83º51.11%17.65%-
HSV(B)7.83º67.65%26.67%-
XYZ2.942.121.01-
YUV39.28118.25148.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 22 (8.98% from 255) = 18.64%
R=57.63%
G=23.73%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68282200.590.680.737.8351.1117.65
Hex441C1603B444983312
Octal1043426073104111106322
Binary10001001110010110011101110001001001001100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,28,22); }

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

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

 a { background-color: rgb(68,28,22); }

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

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

 span { border-color: rgb(68,28,22); }

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