#464428

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

Shades of Woodrush #464428

Tints of Woodrush #464428

Color information

#464428 (or 0x464428) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 28. RGB value is (70,68,40). Sum of RGB (Red+Green+Blue) = 70+68+40=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #464428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464428 is #B9BBD7. Grayscale: #414141. Windows color (decimal): -12172248 or 2638918. OLE color: 2638918.

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

Color convert

RGB706840-
CMYK00.030.430.73
HSL56º27.27%21.57%-
HSV(B)56º42.86%27.45%-
XYZ4.985.592.82-
YUV65.41113.66131.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=39.33%
G=38.20%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70684000.030.430.735627.2721.57
Hex464428032B49381b16
Octal106104500353111703326
Binary1000110100010010100001110101110010011110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464428; }

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

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

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

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

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

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

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

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