#464334

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

Shades of Woodrush #464334

Tints of Woodrush #464334

Color information

#464334 (or 0x464334) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 34. RGB value is (70,67,52). Sum of RGB (Red+Green+Blue) = 70+67+52=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #464334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464334 is #B9BCCB. Grayscale: #424242. Windows color (decimal): -12172492 or 3425094. OLE color: 3425094.

HSL color Cylindrical-coordinate representation of color #464334: hue angle of 50º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464334 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB706752-
CMYK00.040.260.73
HSL50º14.75%23.92%-
HSV(B)50º25.71%27.45%-
XYZ5.155.564.05-
YUV66.19119.99130.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=37.04%
G=35.45%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70675200.040.260.735014.7523.92
Hex464334041A4932f18
Octal106103640432111621730
Binary100011010000111101000100110101001001110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464334; }

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

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

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

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

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

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

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

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