#464323

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

Shades of Woodrush #464323

Tints of Woodrush #464323

Color information

#464323 (or 0x464323) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 23. RGB value is (70,67,35). Sum of RGB (Red+Green+Blue) = 70+67+35=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464323 is #B9BCDC. Grayscale: #404040. Windows color (decimal): -12172509 or 2310982. OLE color: 2310982.

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

Color convert

RGB706735-
CMYK00.040.50.73
HSL54.86º33.33%20.59%-
HSV(B)54.86º50%27.45%-
XYZ4.845.442.38-
YUV64.25111.49132.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=40.70%
G=38.95%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70673500.040.50.7354.8633.3320.59
Hex464323043249372115
Octal106103430462111674125
Binary100011010000111000110100110010100100111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464323; }

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

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

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

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

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

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

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

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