#44422F

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

Shades of Woodrush #44422F

Tints of Woodrush #44422F

Color information

#44422F (or 0x44422F) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 2F. RGB value is (68,66,47). Sum of RGB (Red+Green+Blue) = 68+66+47=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 68 - color contains mainly: red. Hex color #44422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44422F is #BBBDD0. Grayscale: #404040. Windows color (decimal): -12303825 or 3097156. OLE color: 3097156.

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

Color convert

RGB686647-
CMYK00.030.310.73
HSL54.29º18.26%22.55%-
HSV(B)54.29º30.88%26.67%-
XYZ4.855.333.46-
YUV64.43118.16130.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=37.57%
G=36.46%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68664700.030.310.7354.2918.2622.55
Hex44422F031F49361217
Octal104102570337111662227
Binary100010010000101011110111111110010011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44422F; }

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

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

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

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

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

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

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

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