#464528

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

Shades of Woodrush #464528

Tints of Woodrush #464528

Color information

#464528 (or 0x464528) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 28. RGB value is (70,69,40). Sum of RGB (Red+Green+Blue) = 70+69+40=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #464528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464528 is #B9BAD7. Grayscale: #424242. Windows color (decimal): -12171992 or 2639174. OLE color: 2639174.

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

Color convert

RGB706940-
CMYK00.010.430.73
HSL58º27.27%21.57%-
HSV(B)58º42.86%27.45%-
XYZ5.045.712.84-
YUV65.99113.33130.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=39.11%
G=38.55%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70694000.010.430.735827.2721.57
Hex464528012B493a1b16
Octal106105500153111723326
Binary100011010001011010000110101110010011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464528; }

 p { color: rgb(70,69,40); }

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

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

 a { background-color: rgb(70,69,40); }

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

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

 span { border-color: rgb(70,69,40); }

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