#464026

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

Shades of Woodrush #464026

Tints of Woodrush #464026

Color information

#464026 (or 0x464026) is unknown color: approx Woodrush. HEX triplet: 46, 40 and 26. RGB value is (70,64,38). Sum of RGB (Red+Green+Blue) = 70+64+38=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464026 is #B9BFD9. Grayscale: #3E3E3E. Windows color (decimal): -12173274 or 2506822. OLE color: 2506822.

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

Color convert

RGB706438-
CMYK00.090.460.73
HSL48.75º29.63%21.18%-
HSV(B)48.75º45.71%27.45%-
XYZ4.715.112.57-
YUV62.83113.99133.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=40.70%
G=37.21%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70643800.090.460.7348.7529.6321.18
Hex464026092E49311e15
Octal1061004601156111613625
Binary100011010000001001100100110111010010011100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464026; }

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

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

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

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

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

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

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

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