#464435

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

Shades of Woodrush #464435

Tints of Woodrush #464435

Color information

#464435 (or 0x464435) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 35. RGB value is (70,68,53). Sum of RGB (Red+Green+Blue) = 70+68+53=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #464435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464435 is #B9BBCA. Grayscale: #424242. Windows color (decimal): -12172235 or 3490886. OLE color: 3490886.

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

Color convert

RGB706853-
CMYK00.030.240.73
HSL52.94º13.82%24.12%-
HSV(B)52.94º24.29%27.45%-
XYZ5.245.694.19-
YUV66.89120.16130.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=36.65%
G=35.60%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70685300.030.240.7352.9413.8224.12
Hex46443503184935e18
Octal106104650330111651630
Binary10001101000100110101011110001001001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464435; }

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

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

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

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

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

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

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

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