#444032

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

Shades of Woodrush #444032

Tints of Woodrush #444032

Color information

#444032 (or 0x444032) is unknown color: approx Woodrush. HEX triplet: 44, 40 and 32. RGB value is (68,64,50). Sum of RGB (Red+Green+Blue) = 68+64+50=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 68 - color contains mainly: red. Hex color #444032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444032 is #BBBFCD. Grayscale: #3F3F3F. Windows color (decimal): -12304334 or 3293252. OLE color: 3293252.

HSL color Cylindrical-coordinate representation of color #444032: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444032 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB686450-
CMYK00.060.260.73
HSL46.67º15.25%23.14%-
HSV(B)46.67º26.47%26.67%-
XYZ4.795.133.75-
YUV63.6120.33131.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=37.36%
G=35.16%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68645000.060.260.7346.6715.2523.14
Hex444032061A492ff17
Octal104100620632111571727
Binary100010010000001100100110110101001001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444032; }

 p { color: rgb(68,64,50); }

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

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

 a { background-color: rgb(68,64,50); }

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

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

 span { border-color: rgb(68,64,50); }

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