#44423B

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

Shades of Woodrush #44423B

Tints of Woodrush #44423B

Color information

#44423B (or 0x44423B) is unknown color: approx Woodrush. HEX triplet: 44, 42 and 3B. RGB value is (68,66,59). Sum of RGB (Red+Green+Blue) = 68+66+59=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 68 - color contains mainly: red. Hex color #44423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44423B is #BBBDC4. Grayscale: #414141. Windows color (decimal): -12303813 or 3883588. OLE color: 3883588.

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

Color convert

RGB686659-
CMYK00.030.130.73
HSL46.67º7.09%24.9%-
HSV(B)46.67º13.24%26.67%-
XYZ5.125.444.92-
YUV65.8124.16129.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=35.23%
G=34.20%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68665900.030.130.7346.677.0924.9
Hex44423B03D492f719
Octal10410273031511157731
Binary100010010000101110110111101100100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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