#464520

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

Shades of Woodrush #464520

Tints of Woodrush #464520

Color information

#464520 (or 0x464520) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 20. RGB value is (70,69,32). Sum of RGB (Red+Green+Blue) = 70+69+32=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #464520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464520 is #B9BADF. Grayscale: #414141. Windows color (decimal): -12172000 or 2114886. OLE color: 2114886.

HSL color Cylindrical-coordinate representation of color #464520: hue angle of 58.42º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464520 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB706932-
CMYK00.010.540.73
HSL58.42º37.25%20%-
HSV(B)58.42º54.29%27.45%-
XYZ4.915.662.2-
YUV65.08109.33131.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=40.94%
G=40.35%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70693200.010.540.7358.4237.2520
Hex4645200136493a2514
Octal106105400166111724524
Binary1000110100010110000001110110100100111101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464520; }

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

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

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

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

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

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

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

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