#464325

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

Shades of Woodrush #464325

Tints of Woodrush #464325

Color information

#464325 (or 0x464325) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 25. RGB value is (70,67,37). Sum of RGB (Red+Green+Blue) = 70+67+37=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464325 is #B9BCDA. Grayscale: #404040. Windows color (decimal): -12172507 or 2442054. OLE color: 2442054.

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

Color convert

RGB706737-
CMYK00.040.470.73
HSL54.55º30.84%20.98%-
HSV(B)54.55º47.14%27.45%-
XYZ4.875.452.55-
YUV64.48112.49131.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=40.23%
G=38.51%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70673700.040.470.7354.5530.8420.98
Hex464325042F49371f15
Octal106103450457111673725
Binary10001101000011100101010010111110010011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464325; }

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

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

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

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

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

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

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

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