#444135

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

Shades of Woodrush #444135

Tints of Woodrush #444135

Color information

#444135 (or 0x444135) is unknown color: approx Woodrush. HEX triplet: 44, 41 and 35. RGB value is (68,65,53). Sum of RGB (Red+Green+Blue) = 68+65+53=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 68 - color contains mainly: red. Hex color #444135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444135 is #BBBECA. Grayscale: #404040. Windows color (decimal): -12304075 or 3490116. OLE color: 3490116.

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

Color convert

RGB686553-
CMYK00.040.220.73
HSL48º12.4%23.73%-
HSV(B)48º22.06%26.67%-
XYZ4.925.274.13-
YUV64.53121.49130.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=36.56%
G=34.95%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68655300.040.220.734812.423.73
Hex44413504164930c18
Octal104101650426111601430
Binary100010010000011101010100101101001001110000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444135; }

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

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

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

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

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

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

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

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