#44211F

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

Shades of Brown Pod #44211F

Tints of Brown Pod #44211F

Color information

#44211F (or 0x44211F) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 1F. RGB value is (68,33,31). Sum of RGB (Red+Green+Blue) = 68+33+31=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44211F is #BBDEE0. Grayscale: #2B2B2B. Windows color (decimal): -12312289 or 2040132. OLE color: 2040132.

HSL color Cylindrical-coordinate representation of color #44211F: hue angle of 3.24º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44211F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB683331-
CMYK00.510.540.73
HSL3.24º37.37%19.41%-
HSV(B)3.24º54.41%26.67%-
XYZ3.182.421.6-
YUV43.24121.1145.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=51.52%
G=25%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68333100.510.540.733.2437.3719.41
Hex44211F033364932513
Octal10441370636611134523
Binary100010010000111111011001111011010010011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,33,31); }

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

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

 a { background-color: rgb(68,33,31); }

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

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

 span { border-color: rgb(68,33,31); }

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