#44402E

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

Shades of Woodrush #44402E

Tints of Woodrush #44402E

Color information

#44402E (or 0x44402E) is unknown color: approx Woodrush. HEX triplet: 44, 40 and 2E. RGB value is (68,64,46). Sum of RGB (Red+Green+Blue) = 68+64+46=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44402E is #BBBFD1. Grayscale: #3F3F3F. Windows color (decimal): -12304338 or 3031108. OLE color: 3031108.

HSL color Cylindrical-coordinate representation of color #44402E: hue angle of 49.09º 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 #44402E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB686446-
CMYK00.060.320.73
HSL49.09º19.3%22.35%-
HSV(B)49.09º32.35%26.67%-
XYZ4.715.093.32-
YUV63.14118.33131.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=38.20%
G=35.96%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68644600.060.320.7349.0919.322.35
Hex44402E062049311316
Octal104100560640111612326
Binary10001001000000101110011010000010010011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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