#464224

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

Shades of Woodrush #464224

Tints of Woodrush #464224

Color information

#464224 (or 0x464224) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 24. RGB value is (70,66,36). Sum of RGB (Red+Green+Blue) = 70+66+36=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464224 is #B9BDDB. Grayscale: #3F3F3F. Windows color (decimal): -12172764 or 2376262. OLE color: 2376262.

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

Color convert

RGB706636-
CMYK00.060.490.73
HSL52.94º32.08%20.78%-
HSV(B)52.94º48.57%27.45%-
XYZ4.795.332.44-
YUV63.78112.33132.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=40.70%
G=38.37%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70663600.060.490.7352.9432.0820.78
Hex464224063149352015
Octal106102440661111654025
Binary100011010000101001000110110001100100111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464224; }

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

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

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

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

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

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

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

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