#44221D

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

Shades of Brown Pod #44221D

Tints of Brown Pod #44221D

Color information

#44221D (or 0x44221D) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 1D. RGB value is (68,34,29). Sum of RGB (Red+Green+Blue) = 68+34+29=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44221D is #BBDDE2. Grayscale: #2B2B2B. Windows color (decimal): -12312035 or 1909316. OLE color: 1909316.

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

Color convert

RGB683429-
CMYK00.500.570.73
HSL7.69º40.21%19.02%-
HSV(B)7.69º57.35%26.67%-
XYZ3.182.461.47-
YUV43.6119.76145.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=51.91%
G=25.95%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68342900.500.570.737.6940.2119.02
Hex44221D032394982813
Octal104423506271111105023
Binary10001001000101110101100101110011001001100010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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