#444221

Color #444221 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #444221

Tints of Woodrush #444221

Color information

#444221 (or 0x444221) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 21. RGB value is (68,66,33). Sum of RGB (Red+Green+Blue) = 68+66+33=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #444221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444221 is #BBBDDE. Grayscale: #3E3E3E. Windows color (decimal): -12303839 or 2179652. OLE color: 2179652.

HSL color Cylindrical-coordinate representation of color #444221: hue angle of 56.57º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444221 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB686633-
CMYK00.030.510.73
HSL56.57º34.65%19.8%-
HSV(B)56.57º51.47%26.67%-
XYZ4.615.242.21-
YUV62.84111.16131.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=40.72%
G=39.52%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68663300.030.510.7356.5734.6519.8
Hex444221033349392314
Octal104102410363111714324
Binary10001001000010100001011110011100100111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444221; }

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

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

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

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

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

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

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

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