#444226

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

Shades of Woodrush #444226

Tints of Woodrush #444226

Color information

#444226 (or 0x444226) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 26. RGB value is (68,66,38). Sum of RGB (Red+Green+Blue) = 68+66+38=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #444226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444226 is #BBBDD9. Grayscale: #3F3F3F. Windows color (decimal): -12303834 or 2507332. OLE color: 2507332.

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

Color convert

RGB686638-
CMYK00.030.440.73
HSL56º28.3%20.78%-
HSV(B)56º44.12%26.67%-
XYZ4.685.272.6-
YUV63.41113.66131.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=39.53%
G=38.37%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68663800.030.440.735628.320.78
Hex444226032C49381c15
Octal104102460354111703425
Binary1000100100001010011001110110010010011110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444226; }

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

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

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

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

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

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

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

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