#44221A

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

Shades of Brown Pod #44221A

Tints of Brown Pod #44221A

Color information

#44221A (or 0x44221A) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 1A. RGB value is (68,34,26). Sum of RGB (Red+Green+Blue) = 68+34+26=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #44221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44221A is #BBDDE5. Grayscale: #2B2B2B. Windows color (decimal): -12312038 or 1712708. OLE color: 1712708.

HSL color Cylindrical-coordinate representation of color #44221A: hue angle of 11.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44221A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB683426-
CMYK00.500.620.73
HSL11.43º44.68%18.43%-
HSV(B)11.43º61.76%26.67%-
XYZ3.142.451.28-
YUV43.25118.26145.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=53.12%
G=26.56%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68342600.500.620.7311.4344.6818.43
Hex44221A0323E49b2d12
Octal104423206276111135522
Binary10001001000101101001100101111101001001101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44221A; }

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

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

<style>
 a { background-color: #44221A; }

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

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

<style>
 span { border-color: #44221A; }

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

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