#444132

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

Shades of Woodrush #444132

Tints of Woodrush #444132

Color information

#444132 (or 0x444132) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 32. RGB value is (68,65,50). Sum of RGB (Red+Green+Blue) = 68+65+50=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 68 - color contains mainly: red. Hex color #444132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444132 is #BBBECD. Grayscale: #404040. Windows color (decimal): -12304078 or 3293508. OLE color: 3293508.

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

Color convert

RGB686550-
CMYK00.040.260.73
HSL50º15.25%23.14%-
HSV(B)50º26.47%26.67%-
XYZ4.855.243.77-
YUV64.19119.99130.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=37.16%
G=35.52%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68655000.040.260.735015.2523.14
Hex444132041A4932f17
Octal104101620432111621727
Binary100010010000011100100100110101001001110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444132; }

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

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

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

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

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

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

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

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