#464529

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

Shades of Woodrush #464529

Tints of Woodrush #464529

Color information

#464529 (or 0x464529) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 29. RGB value is (70,69,41). Sum of RGB (Red+Green+Blue) = 70+69+41=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #464529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464529 is #B9BAD6. Grayscale: #424242. Windows color (decimal): -12171991 or 2704710. OLE color: 2704710.

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

Color convert

RGB706941-
CMYK00.010.410.73
HSL57.93º26.13%21.76%-
HSV(B)57.93º41.43%27.45%-
XYZ5.055.722.94-
YUV66.11113.83130.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=38.89%
G=38.33%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70694100.010.410.7357.9326.1321.76
Hex4645290129493a1a16
Octal106105510151111723226
Binary100011010001011010010110100110010011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464529; }

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

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

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

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

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

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

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

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