#464231

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

Shades of Woodrush #464231

Tints of Woodrush #464231

Color information

#464231 (or 0x464231) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 31. RGB value is (70,66,49). Sum of RGB (Red+Green+Blue) = 70+66+49=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #464231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464231 is #B9BDCE. Grayscale: #414141. Windows color (decimal): -12172751 or 3228230. OLE color: 3228230.

HSL color Cylindrical-coordinate representation of color #464231: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464231 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB706649-
CMYK00.060.300.73
HSL48.57º17.65%23.33%-
HSV(B)48.57º30%27.45%-
XYZ5.035.423.69-
YUV65.26118.83131.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=37.84%
G=35.68%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70664900.060.300.7348.5717.6523.33
Hex464231061E49311217
Octal106102610636111612227
Binary1000110100001011000101101111010010011100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464231; }

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

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

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

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

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

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

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

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