#44220F

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

Shades of Brown Pod #44220F

Tints of Brown Pod #44220F

Color information

#44220F (or 0x44220F) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 0F. RGB value is (68,34,15). Sum of RGB (Red+Green+Blue) = 68+34+15=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #44220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44220F is #BBDDF0. Grayscale: #2A2A2A. Windows color (decimal): -12312049 or 991812. OLE color: 991812.

HSL color Cylindrical-coordinate representation of color #44220F: hue angle of 21.51º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44220F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB683415-
CMYK00.500.780.73
HSL21.51º63.86%16.27%-
HSV(B)21.51º77.94%26.67%-
XYZ3.042.410.76-
YUV42112.76146.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=58.12%
G=29.06%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68341500.500.780.7321.5163.8616.27
Hex4422F0324E49164010
Octal10442170621161112610020
Binary1000100100010111101100101001110100100110110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44220F; }

 p { color: rgb(68,34,15); }

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

<style>
 a { background-color: #44220F; }

 a { background-color: rgb(68,34,15); }

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

<style>
 span { border-color: #44220F; }

 span { border-color: rgb(68,34,15); }

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