#44423A

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

Shades of Woodrush #44423A

Tints of Woodrush #44423A

Color information

#44423A (or 0x44423A) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 3A. RGB value is (68,66,58). Sum of RGB (Red+Green+Blue) = 68+66+58=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 68 - color contains mainly: red. Hex color #44423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44423A is #BBBDC5. Grayscale: #414141. Windows color (decimal): -12303814 or 3818052. OLE color: 3818052.

HSL color Cylindrical-coordinate representation of color #44423A: hue angle of 48º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44423A is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB686658-
CMYK00.030.150.73
HSL48º7.94%24.71%-
HSV(B)48º14.71%26.67%-
XYZ5.15.434.78-
YUV65.69123.66129.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=35.42%
G=34.38%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68665800.030.150.73487.9424.71
Hex44423A03F4930819
Octal104102720317111601031
Binary1000100100001011101001111111001001110000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44423A; }

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

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

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

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

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

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

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

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