#444025

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

Shades of Woodrush #444025

Tints of Woodrush #444025

Color information

#444025 (or 0x444025) is unknown color: approx Woodrush. HEX triplet: 44, 40 and 25. RGB value is (68,64,37). Sum of RGB (Red+Green+Blue) = 68+64+37=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 68 - color contains mainly: red. Hex color #444025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444025 is #BBBFDA. Grayscale: #3E3E3E. Windows color (decimal): -12304347 or 2441284. OLE color: 2441284.

HSL color Cylindrical-coordinate representation of color #444025: hue angle of 52.26º 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 #444025 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB686437-
CMYK00.060.460.73
HSL52.26º29.52%20.59%-
HSV(B)52.26º45.59%26.67%-
XYZ4.555.032.48-
YUV62.12113.83132.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=40.24%
G=37.87%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68643700.060.460.7352.2629.5220.59
Hex444025062E49341e15
Octal104100450656111643625
Binary10001001000000100101011010111010010011101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444025; }

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

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

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

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

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

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

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

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