#464226

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

Shades of Woodrush #464226

Tints of Woodrush #464226

Color information

#464226 (or 0x464226) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 26. RGB value is (70,66,38). Sum of RGB (Red+Green+Blue) = 70+66+38=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464226 is #B9BDD9. Grayscale: #404040. Windows color (decimal): -12172762 or 2507334. OLE color: 2507334.

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

Color convert

RGB706638-
CMYK00.060.460.73
HSL52.5º29.63%21.18%-
HSV(B)52.5º45.71%27.45%-
XYZ4.825.342.61-
YUV64113.33132.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=40.23%
G=37.93%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70663800.060.460.7352.529.6321.18
Hex464226062E49341e15
Octal106102460656111643625
Binary10001101000010100110011010111010010011101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464226; }

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

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

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

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

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

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

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

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