#464434

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

Shades of Woodrush #464434

Tints of Woodrush #464434

Color information

#464434 (or 0x464434) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 34. RGB value is (70,68,52). Sum of RGB (Red+Green+Blue) = 70+68+52=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #464434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464434 is #B9BBCB. Grayscale: #424242. Windows color (decimal): -12172236 or 3425350. OLE color: 3425350.

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

Color convert

RGB706852-
CMYK00.030.260.73
HSL53.33º14.75%23.92%-
HSV(B)53.33º25.71%27.45%-
XYZ5.215.684.07-
YUV66.77119.66130.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=36.84%
G=35.79%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70685200.030.260.7353.3314.7523.92
Hex464434031A4935f18
Octal106104640332111651730
Binary10001101000100110100011110101001001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464434; }

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

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

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

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

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

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

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

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