#444224

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

Shades of Woodrush #444224

Tints of Woodrush #444224

Color information

#444224 (or 0x444224) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 24. RGB value is (68,66,36). Sum of RGB (Red+Green+Blue) = 68+66+36=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 68 - color contains mainly: red. Hex color #444224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444224 is #BBBDDB. Grayscale: #3F3F3F. Windows color (decimal): -12303836 or 2376260. OLE color: 2376260.

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

Color convert

RGB686636-
CMYK00.030.470.73
HSL56.25º30.77%20.39%-
HSV(B)56.25º47.06%26.67%-
XYZ4.655.252.44-
YUV63.18112.66131.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=40%
G=38.82%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68663600.030.470.7356.2530.7720.39
Hex444224032F49381f14
Octal104102440357111703724
Binary1000100100001010010001110111110010011110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444224; }

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

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

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

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

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

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

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

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