#444126

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

Shades of Woodrush #444126

Tints of Woodrush #444126

Color information

#444126 (or 0x444126) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 26. RGB value is (68,65,38). Sum of RGB (Red+Green+Blue) = 68+65+38=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #444126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444126 is #BBBED9. Grayscale: #3E3E3E. Windows color (decimal): -12304090 or 2507076. OLE color: 2507076.

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

Color convert

RGB686538-
CMYK00.040.440.73
HSL54º28.3%20.78%-
HSV(B)54º44.12%26.67%-
XYZ4.625.152.58-
YUV62.82113.99131.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=39.77%
G=38.01%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68653800.040.440.735428.320.78
Hex444126042C49361c15
Octal104101460454111663425
Binary10001001000001100110010010110010010011101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444126; }

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

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

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

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

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

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

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

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