#464421

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

Shades of Woodrush #464421

Tints of Woodrush #464421

Color information

#464421 (or 0x464421) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 21. RGB value is (70,68,33). Sum of RGB (Red+Green+Blue) = 70+68+33=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #464421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464421 is #B9BBDE. Grayscale: #404040. Windows color (decimal): -12172255 or 2180166. OLE color: 2180166.

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

Color convert

RGB706833-
CMYK00.030.530.73
HSL56.76º35.92%20.2%-
HSV(B)56.76º52.86%27.45%-
XYZ4.875.552.25-
YUV64.61110.16131.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=40.94%
G=39.77%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70683300.030.530.7356.7635.9220.2
Hex464421033549392414
Octal106104410365111714424
Binary10001101000100100001011110101100100111100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464421; }

 p { color: rgb(70,68,33); }

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

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

 a { background-color: rgb(70,68,33); }

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

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

 span { border-color: rgb(70,68,33); }

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