#444122

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

Shades of Woodrush #444122

Tints of Woodrush #444122

Color information

#444122 (or 0x444122) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 22. RGB value is (68,65,34). Sum of RGB (Red+Green+Blue) = 68+65+34=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #444122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444122 is #BBBEDD. Grayscale: #3E3E3E. Windows color (decimal): -12304094 or 2244932. OLE color: 2244932.

HSL color Cylindrical-coordinate representation of color #444122: hue angle of 54.71º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444122 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB686534-
CMYK00.040.500.73
HSL54.71º33.33%20%-
HSV(B)54.71º50%26.67%-
XYZ4.565.132.26-
YUV62.36111.99132.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=40.72%
G=38.92%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68653400.040.500.7354.7133.3320
Hex444122043249372114
Octal104101420462111674124
Binary100010010000011000100100110010100100111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444122; }

 p { color: rgb(68,65,34); }

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

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

 a { background-color: rgb(68,65,34); }

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

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

 span { border-color: rgb(68,65,34); }

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