#464126

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

Shades of Woodrush #464126

Tints of Woodrush #464126

Color information

#464126 (or 0x464126) is unknown color: approx Woodrush. HEX triplet: 46, 41 and 26. RGB value is (70,65,38). Sum of RGB (Red+Green+Blue) = 70+65+38=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464126 is #B9BED9. Grayscale: #3F3F3F. Windows color (decimal): -12173018 or 2507078. OLE color: 2507078.

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

Color convert

RGB706538-
CMYK00.070.460.73
HSL50.62º29.63%21.18%-
HSV(B)50.62º45.71%27.45%-
XYZ4.775.222.59-
YUV63.42113.66132.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=40.46%
G=37.57%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70653800.070.460.7350.6229.6321.18
Hex464126072E49331e15
Octal106101460756111633625
Binary10001101000001100110011110111010010011100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464126; }

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

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

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

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

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

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

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

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