#464129

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

Shades of Woodrush #464129

Tints of Woodrush #464129

Color information

#464129 (or 0x464129) is unknown color: approx Woodrush. HEX triplet: 46, 41 and 29. RGB value is (70,65,41). Sum of RGB (Red+Green+Blue) = 70+65+41=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #464129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464129 is #B9BED6. Grayscale: #3F3F3F. Windows color (decimal): -12173015 or 2703686. OLE color: 2703686.

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

Color convert

RGB706541-
CMYK00.070.410.73
HSL49.66º26.13%21.76%-
HSV(B)49.66º41.43%27.45%-
XYZ4.825.242.86-
YUV63.76115.16132.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=39.77%
G=36.93%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70654100.070.410.7349.6626.1321.76
Hex464129072949321a16
Octal106101510751111623226
Binary10001101000001101001011110100110010011100101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464129; }

 p { color: rgb(70,65,41); }

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

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

 a { background-color: rgb(70,65,41); }

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

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

 span { border-color: rgb(70,65,41); }

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