#464326

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

Shades of Woodrush #464326

Tints of Woodrush #464326

Color information

#464326 (or 0x464326) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 26. RGB value is (70,67,38). Sum of RGB (Red+Green+Blue) = 70+67+38=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464326 is #B9BCD9. Grayscale: #404040. Windows color (decimal): -12172506 or 2507590. OLE color: 2507590.

HSL color Cylindrical-coordinate representation of color #464326: hue angle of 54.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464326 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB706738-
CMYK00.040.460.73
HSL54.38º29.63%21.18%-
HSV(B)54.38º45.71%27.45%-
XYZ4.885.462.63-
YUV64.59112.99131.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=40%
G=38.29%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70673800.040.460.7354.3829.6321.18
Hex464326042E49361e15
Octal106103460456111663625
Binary10001101000011100110010010111010010011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464326; }

 p { color: rgb(70,67,38); }

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

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

 a { background-color: rgb(70,67,38); }

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

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

 span { border-color: rgb(70,67,38); }

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