#44412E

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

Shades of Woodrush #44412E

Tints of Woodrush #44412E

Color information

#44412E (or 0x44412E) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 2E. RGB value is (68,65,46). Sum of RGB (Red+Green+Blue) = 68+65+46=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 68 - color contains mainly: red. Hex color #44412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44412E is #BBBED1. Grayscale: #3F3F3F. Windows color (decimal): -12304082 or 3031364. OLE color: 3031364.

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

Color convert

RGB686546-
CMYK00.040.320.73
HSL51.82º19.3%22.35%-
HSV(B)51.82º32.35%26.67%-
XYZ4.775.213.34-
YUV63.73117.99131.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=37.99%
G=36.31%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68654600.040.320.7351.8219.322.35
Hex44412E042049341316
Octal104101560440111642326
Binary10001001000001101110010010000010010011101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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