#464128

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

Shades of Woodrush #464128

Tints of Woodrush #464128

Color information

#464128 (or 0x464128) is unknown color: approx Woodrush. HEX triplet: 46, 41 and 28. RGB value is (70,65,40). Sum of RGB (Red+Green+Blue) = 70+65+40=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464128 is #B9BED7. Grayscale: #3F3F3F. Windows color (decimal): -12173016 or 2638150. OLE color: 2638150.

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

Color convert

RGB706540-
CMYK00.070.430.73
HSL50º27.27%21.57%-
HSV(B)50º42.86%27.45%-
XYZ4.85.242.77-
YUV63.64114.66132.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=40%
G=37.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70654000.070.430.735027.2721.57
Hex464128072B49321b16
Octal106101500753111623326
Binary10001101000001101000011110101110010011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464128; }

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

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

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

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

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

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

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

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