#44412D

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

Shades of Woodrush #44412D

Tints of Woodrush #44412D

Color information

#44412D (or 0x44412D) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 2D. RGB value is (68,65,45). Sum of RGB (Red+Green+Blue) = 68+65+45=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44412D is #BBBED2. Grayscale: #3F3F3F. Windows color (decimal): -12304083 or 2965828. OLE color: 2965828.

HSL color Cylindrical-coordinate representation of color #44412D: hue angle of 52.17º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #44412D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB686545-
CMYK00.040.340.73
HSL52.17º20.35%22.16%-
HSV(B)52.17º33.82%26.67%-
XYZ4.755.23.24-
YUV63.62117.49131.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=38.20%
G=36.52%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68654500.040.340.7352.1720.3522.16
Hex44412D042249341416
Octal104101550442111642426
Binary10001001000001101101010010001010010011101001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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