#464324

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

Shades of Woodrush #464324

Tints of Woodrush #464324

Color information

#464324 (or 0x464324) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 24. RGB value is (70,67,36). Sum of RGB (Red+Green+Blue) = 70+67+36=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464324 is #B9BCDB. Grayscale: #404040. Windows color (decimal): -12172508 or 2376518. OLE color: 2376518.

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

Color convert

RGB706736-
CMYK00.040.490.73
HSL54.71º32.08%20.78%-
HSV(B)54.71º48.57%27.45%-
XYZ4.855.442.46-
YUV64.36111.99132.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=40.46%
G=38.73%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70673600.040.490.7354.7132.0820.78
Hex464324043149372015
Octal106103440461111674025
Binary100011010000111001000100110001100100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464324; }

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

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

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

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

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

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

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

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