#464331

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

Shades of Woodrush #464331

Tints of Woodrush #464331

Color information

#464331 (or 0x464331) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 31. RGB value is (70,67,49). Sum of RGB (Red+Green+Blue) = 70+67+49=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #464331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464331 is #B9BCCE. Grayscale: #414141. Windows color (decimal): -12172495 or 3228486. OLE color: 3228486.

HSL color Cylindrical-coordinate representation of color #464331: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464331 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB706749-
CMYK00.040.300.73
HSL51.43º17.65%23.33%-
HSV(B)51.43º30%27.45%-
XYZ5.095.543.71-
YUV65.84118.49130.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=37.63%
G=36.02%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70674900.040.300.7351.4317.6523.33
Hex464331041E49331217
Octal106103610436111632227
Binary1000110100001111000101001111010010011100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464331; }

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

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

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

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

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

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

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

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