#464432

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

Shades of Woodrush #464432

Tints of Woodrush #464432

Color information

#464432 (or 0x464432) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 32. RGB value is (70,68,50). Sum of RGB (Red+Green+Blue) = 70+68+50=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #464432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464432 is #B9BBCD. Grayscale: #424242. Windows color (decimal): -12172238 or 3294278. OLE color: 3294278.

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

Color convert

RGB706850-
CMYK00.030.290.73
HSL54º16.67%23.53%-
HSV(B)54º28.57%27.45%-
XYZ5.175.673.84-
YUV66.55118.66130.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=37.23%
G=36.17%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70685000.030.290.735416.6723.53
Hex464432031D49361118
Octal106104620335111662130
Binary100011010001001100100111110110010011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464432; }

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

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

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

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

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

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

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

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