#44211A

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

Shades of Brown Pod #44211A

Tints of Brown Pod #44211A

Color information

#44211A (or 0x44211A) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 1A. RGB value is (68,33,26). Sum of RGB (Red+Green+Blue) = 68+33+26=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #44211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44211A is #BBDEE5. Grayscale: #2A2A2A. Windows color (decimal): -12312294 or 1712452. OLE color: 1712452.

HSL color Cylindrical-coordinate representation of color #44211A: hue angle of 10º 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 #44211A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB683326-
CMYK00.510.620.73
HSL10º44.68%18.43%-
HSV(B)10º61.76%26.67%-
XYZ3.112.391.27-
YUV42.67118.6146.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=53.54%
G=25.98%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68332600.510.620.731044.6818.43
Hex44211A0333E49a2d12
Octal104413206376111125522
Binary10001001000011101001100111111101001001101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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