#464027

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

Shades of Woodrush #464027

Tints of Woodrush #464027

Color information

#464027 (or 0x464027) is unknown color: approx Woodrush. HEX triplet: 46, 40 and 27. RGB value is (70,64,39). Sum of RGB (Red+Green+Blue) = 70+64+39=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464027 is #B9BFD8. Grayscale: #3F3F3F. Windows color (decimal): -12173273 or 2572358. OLE color: 2572358.

HSL color Cylindrical-coordinate representation of color #464027: hue angle of 48.39º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464027 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB706439-
CMYK00.090.440.73
HSL48.39º28.44%21.37%-
HSV(B)48.39º44.29%27.45%-
XYZ4.735.122.66-
YUV62.94114.49133.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=40.46%
G=36.99%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70643900.090.440.7348.3928.4421.37
Hex464027092C49301c15
Octal1061004701154111603425
Binary100011010000001001110100110110010010011100001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464027; }

 p { color: rgb(70,64,39); }

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

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

 a { background-color: rgb(70,64,39); }

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

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

 span { border-color: rgb(70,64,39); }

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