#464332

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

Shades of Woodrush #464332

Tints of Woodrush #464332

Color information

#464332 (or 0x464332) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 32. RGB value is (70,67,50). Sum of RGB (Red+Green+Blue) = 70+67+50=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464332 is #B9BCCD. Grayscale: #424242. Windows color (decimal): -12172494 or 3294022. OLE color: 3294022.

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

Color convert

RGB706750-
CMYK00.040.290.73
HSL51º16.67%23.53%-
HSV(B)51º28.57%27.45%-
XYZ5.115.553.82-
YUV65.96118.99130.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=37.43%
G=35.83%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70675000.040.290.735116.6723.53
Hex464332041D49331118
Octal106103620435111632130
Binary1000110100001111001001001110110010011100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464332; }

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

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

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

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

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

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

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

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