#464221

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

Shades of Woodrush #464221

Tints of Woodrush #464221

Color information

#464221 (or 0x464221) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 21. RGB value is (70,66,33). Sum of RGB (Red+Green+Blue) = 70+66+33=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #464221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464221 is #B9BDDE. Grayscale: #3F3F3F. Windows color (decimal): -12172767 or 2179654. OLE color: 2179654.

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

Color convert

RGB706633-
CMYK00.060.530.73
HSL53.51º35.92%20.2%-
HSV(B)53.51º52.86%27.45%-
XYZ4.755.312.21-
YUV63.43110.83132.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=41.42%
G=39.05%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70663300.060.530.7353.5135.9220.2
Hex464221063549362414
Octal106102410665111664424
Binary100011010000101000010110110101100100111011010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464221; }

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

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

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

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

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

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

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

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