#444125

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

Shades of Woodrush #444125

Tints of Woodrush #444125

Color information

#444125 (or 0x444125) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 25. RGB value is (68,65,37). Sum of RGB (Red+Green+Blue) = 68+65+37=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 68 - color contains mainly: red. Hex color #444125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444125 is #BBBEDA. Grayscale: #3E3E3E. Windows color (decimal): -12304091 or 2441540. OLE color: 2441540.

HSL color Cylindrical-coordinate representation of color #444125: hue angle of 54.19º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444125 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB686537-
CMYK00.040.460.73
HSL54.19º29.52%20.59%-
HSV(B)54.19º45.59%26.67%-
XYZ4.615.142.5-
YUV62.7113.49131.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=40%
G=38.24%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68653700.040.460.7354.1929.5220.59
Hex444125042E49361e15
Octal104101450456111663625
Binary10001001000001100101010010111010010011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444125; }

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

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

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

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

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

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

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

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