#464320

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

Shades of Woodrush #464320

Tints of Woodrush #464320

Color information

#464320 (or 0x464320) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 20. RGB value is (70,67,32). Sum of RGB (Red+Green+Blue) = 70+67+32=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #464320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464320 is #B9BCDF. Grayscale: #404040. Windows color (decimal): -12172512 or 2114374. OLE color: 2114374.

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

Color convert

RGB706732-
CMYK00.040.540.73
HSL55.26º37.25%20%-
HSV(B)55.26º54.29%27.45%-
XYZ4.795.422.16-
YUV63.91109.99132.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=41.42%
G=39.64%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70673200.040.540.7355.2637.2520
Hex464320043649372514
Octal106103400466111674524
Binary100011010000111000000100110110100100111011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464320; }

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

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

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

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

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

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

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

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