#44220C

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

Shades of Brown Pod #44220C

Tints of Brown Pod #44220C

Color information

#44220C (or 0x44220C) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 0C. RGB value is (68,34,12). Sum of RGB (Red+Green+Blue) = 68+34+12=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44220C is #BBDDF3. Grayscale: #292929. Windows color (decimal): -12312052 or 795204. OLE color: 795204.

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

Color convert

RGB683412-
CMYK00.500.820.73
HSL23.57º70%15.69%-
HSV(B)23.57º82.35%26.67%-
XYZ3.022.40.65-
YUV41.66111.26146.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=59.65%
G=29.82%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68341200.500.820.7323.577015.69
Hex4422C0325249184610
Octal10442140621221113010620
Binary1000100100010110001100101010010100100111000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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