#44160B

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

Shades of Brown Pod #44160B

Tints of Brown Pod #44160B

Color information

#44160B (or 0x44160B) is unknown color: approx Brown Pod. HEX triplet: 44, 16 and 0B. RGB value is (68,22,11). Sum of RGB (Red+Green+Blue) = 68+22+11=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44160B is #BBE9F4. Grayscale: #222222. Windows color (decimal): -12315125 or 726596. OLE color: 726596.

HSL color Cylindrical-coordinate representation of color #44160B: hue angle of 11.58º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44160B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB682211-
CMYK00.680.840.73
HSL11.58º72.15%15.49%-
HSV(B)11.58º83.82%26.67%-
XYZ2.731.830.53-
YUV34.5114.74151.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 67.33%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=67.33%
G=21.78%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68221100.680.840.7311.5872.1515.49
Hex4416B0445449c48f
Octal104261301041241111411017
Binary10001001011010110100010010101001001001110010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44160B; }

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

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

<style>
 a { background-color: #44160B; }

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

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

<style>
 span { border-color: #44160B; }

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

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