#464025

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

Shades of Woodrush #464025

Tints of Woodrush #464025

Color information

#464025 (or 0x464025) is unknown color: approx Woodrush. HEX triplet: 46, 40 and 25. RGB value is (70,64,37). Sum of RGB (Red+Green+Blue) = 70+64+37=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #464025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464025 is #B9BFDA. Grayscale: #3E3E3E. Windows color (decimal): -12173275 or 2441286. OLE color: 2441286.

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

Color convert

RGB706437-
CMYK00.090.470.73
HSL49.09º30.84%20.98%-
HSV(B)49.09º47.14%27.45%-
XYZ4.695.12.49-
YUV62.72113.49133.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=40.94%
G=37.43%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70643700.090.470.7349.0930.8420.98
Hex464025092F49311f15
Octal1061004501157111613725
Binary100011010000001001010100110111110010011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464025; }

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

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

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

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

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

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

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

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