#464329

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

Shades of Woodrush #464329

Tints of Woodrush #464329

Color information

#464329 (or 0x464329) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 29. RGB value is (70,67,41). Sum of RGB (Red+Green+Blue) = 70+67+41=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #464329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464329 is #B9BCD6. Grayscale: #414141. Windows color (decimal): -12172503 or 2704198. OLE color: 2704198.

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

Color convert

RGB706741-
CMYK00.040.410.73
HSL53.79º26.13%21.76%-
HSV(B)53.79º41.43%27.45%-
XYZ4.935.482.89-
YUV64.93114.49131.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=39.33%
G=37.64%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70674100.040.410.7353.7926.1321.76
Hex464329042949361a16
Octal106103510451111663226
Binary10001101000011101001010010100110010011101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464329; }

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

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

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

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

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

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

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

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