#444130

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

Shades of Woodrush #444130

Tints of Woodrush #444130

Color information

#444130 (or 0x444130) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 30. RGB value is (68,65,48). Sum of RGB (Red+Green+Blue) = 68+65+48=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 68 - color contains mainly: red. Hex color #444130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444130 is #BBBECF. Grayscale: #404040. Windows color (decimal): -12304080 or 3162436. OLE color: 3162436.

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

Color convert

RGB686548-
CMYK00.040.290.73
HSL51º17.24%22.75%-
HSV(B)51º29.41%26.67%-
XYZ4.815.223.55-
YUV63.96118.99130.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=37.57%
G=35.91%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68654800.040.290.735117.2422.75
Hex444130041D49331117
Octal104101600435111632127
Binary1000100100000111000001001110110010011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444130; }

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

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

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

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

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

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

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

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