#464225

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

Shades of Woodrush #464225

Tints of Woodrush #464225

Color information

#464225 (or 0x464225) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 25. RGB value is (70,66,37). Sum of RGB (Red+Green+Blue) = 70+66+37=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464225 is #B9BDDA. Grayscale: #404040. Windows color (decimal): -12172763 or 2441798. OLE color: 2441798.

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

Color convert

RGB706637-
CMYK00.060.470.73
HSL52.73º30.84%20.98%-
HSV(B)52.73º47.14%27.45%-
XYZ4.815.332.53-
YUV63.89112.83132.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=40.46%
G=38.15%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70663700.060.470.7352.7330.8420.98
Hex464225062F49351f15
Octal106102450657111653725
Binary10001101000010100101011010111110010011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464225; }

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

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

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

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

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

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

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

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