#44431C

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

Shades of Woodrush #44431C

Tints of Woodrush #44431C

Color information

#44431C (or 0x44431C) is unknown color: approx Woodrush. HEX triplet: 44, 43 and 1C. RGB value is (68,67,28). Sum of RGB (Red+Green+Blue) = 68+67+28=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #44431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44431C is #BBBCE3. Grayscale: #3F3F3F. Windows color (decimal): -12303588 or 1852228. OLE color: 1852228.

HSL color Cylindrical-coordinate representation of color #44431C: hue angle of 58.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44431C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB686728-
CMYK00.010.590.73
HSL58.5º41.67%18.82%-
HSV(B)58.5º58.82%26.67%-
XYZ4.65.331.88-
YUV62.85108.33131.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=41.72%
G=41.10%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68672800.010.590.7358.541.6718.82
Hex44431C013B493a2a13
Octal104103340173111725223
Binary100010010000111110001111011100100111101010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44431C; }

 p { color: rgb(68,67,28); }

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

<style>
 a { background-color: #44431C; }

 a { background-color: rgb(68,67,28); }

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

<style>
 span { border-color: #44431C; }

 span { border-color: rgb(68,67,28); }

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