#441E16

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

Shades of Brown Pod #441E16

Tints of Brown Pod #441E16

Color information

#441E16 (or 0x441E16) is unknown color: approx Brown Pod. HEX triplet: 44, 1E and 16. RGB value is (68,30,22). Sum of RGB (Red+Green+Blue) = 68+30+22=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E16 is #BBE1E9. Grayscale: #282828. Windows color (decimal): -12313066 or 1449540. OLE color: 1449540.

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

Color convert

RGB683022-
CMYK00.560.680.73
HSL10.43º51.11%17.65%-
HSV(B)10.43º67.65%26.67%-
XYZ2.992.221.03-
YUV40.45117.59147.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=56.67%
G=25%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68302200.560.680.7310.4351.1117.65
Hex441E160384449a3312
Octal1043626070104111126322
Binary10001001111010110011100010001001001001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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