#464424

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

Shades of Woodrush #464424

Tints of Woodrush #464424

Color information

#464424 (or 0x464424) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 24. RGB value is (70,68,36). Sum of RGB (Red+Green+Blue) = 70+68+36=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464424 is #B9BBDB. Grayscale: #414141. Windows color (decimal): -12172252 or 2376774. OLE color: 2376774.

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

Color convert

RGB706836-
CMYK00.030.490.73
HSL56.47º32.08%20.78%-
HSV(B)56.47º48.57%27.45%-
XYZ4.915.562.48-
YUV64.95111.66131.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=40.23%
G=39.08%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70683600.030.490.7356.4732.0820.78
Hex464424033149382015
Octal106104440361111704025
Binary10001101000100100100011110001100100111100010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464424; }

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

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

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

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

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

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

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

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