#44412F

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

Shades of Woodrush #44412F

Tints of Woodrush #44412F

Color information

#44412F (or 0x44412F) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 2F. RGB value is (68,65,47). Sum of RGB (Red+Green+Blue) = 68+65+47=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 68 - color contains mainly: red. Hex color #44412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44412F is #BBBED0. Grayscale: #3F3F3F. Windows color (decimal): -12304081 or 3096900. OLE color: 3096900.

HSL color Cylindrical-coordinate representation of color #44412F: hue angle of 51.43º 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 #44412F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB686547-
CMYK00.040.310.73
HSL51.43º18.26%22.55%-
HSV(B)51.43º30.88%26.67%-
XYZ4.795.213.44-
YUV63.84118.49130.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=37.78%
G=36.11%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68654700.040.310.7351.4318.2622.55
Hex44412F041F49331217
Octal104101570437111632227
Binary1000100100000110111101001111110010011100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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