#44422E

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

Shades of Woodrush #44422E

Tints of Woodrush #44422E

Color information

#44422E (or 0x44422E) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 2E. RGB value is (68,66,46). Sum of RGB (Red+Green+Blue) = 68+66+46=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 68 - color contains mainly: red. Hex color #44422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44422E is #BBBDD1. Grayscale: #404040. Windows color (decimal): -12303826 or 3031620. OLE color: 3031620.

HSL color Cylindrical-coordinate representation of color #44422E: hue angle of 54.55º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44422E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB686646-
CMYK00.030.320.73
HSL54.55º19.3%22.35%-
HSV(B)54.55º32.35%26.67%-
XYZ4.835.323.36-
YUV64.32117.66130.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=37.78%
G=36.67%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68664600.030.320.7354.5519.322.35
Hex44422E032049371316
Octal104102560340111672326
Binary1000100100001010111001110000010010011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44422E; }

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

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

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

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

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

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

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

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