#444131

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

Shades of Woodrush #444131

Tints of Woodrush #444131

Color information

#444131 (or 0x444131) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 31. RGB value is (68,65,49). Sum of RGB (Red+Green+Blue) = 68+65+49=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 68 - color contains mainly: red. Hex color #444131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444131 is #BBBECE. Grayscale: #404040. Windows color (decimal): -12304079 or 3227972. OLE color: 3227972.

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

Color convert

RGB686549-
CMYK00.040.280.73
HSL50.53º16.24%22.94%-
HSV(B)50.53º27.94%26.67%-
XYZ4.835.233.66-
YUV64.07119.49130.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=37.36%
G=35.71%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68654900.040.280.7350.5316.2422.94
Hex444131041C49331017
Octal104101610434111632027
Binary1000100100000111000101001110010010011100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444131; }

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

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

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

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

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

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

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

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