#464029

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

Shades of Woodrush #464029

Tints of Woodrush #464029

Color information

#464029 (or 0x464029) is unknown color: approx Woodrush. HEX triplet: 46, 40 and 29. RGB value is (70,64,41). Sum of RGB (Red+Green+Blue) = 70+64+41=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464029 is #B9BFD6. Grayscale: #3F3F3F. Windows color (decimal): -12173271 or 2703430. OLE color: 2703430.

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

Color convert

RGB706441-
CMYK00.090.410.73
HSL47.59º26.13%21.76%-
HSV(B)47.59º41.43%27.45%-
XYZ4.765.132.84-
YUV63.17115.49132.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=40%
G=36.57%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70644100.090.410.7347.5926.1321.76
Hex464029092949301a16
Octal1061005101151111603226
Binary100011010000001010010100110100110010011100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464029; }

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

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

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

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

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

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

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

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