#464431

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

Shades of Woodrush #464431

Tints of Woodrush #464431

Color information

#464431 (or 0x464431) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 31. RGB value is (70,68,49). Sum of RGB (Red+Green+Blue) = 70+68+49=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464431 is #B9BBCE. Grayscale: #424242. Windows color (decimal): -12172239 or 3228742. OLE color: 3228742.

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

Color convert

RGB706849-
CMYK00.030.300.73
HSL54.29º17.65%23.33%-
HSV(B)54.29º30%27.45%-
XYZ5.155.663.73-
YUV66.43118.16130.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=37.43%
G=36.36%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70684900.030.300.7354.2917.6523.33
Hex464431031E49361217
Octal106104610336111662227
Binary100011010001001100010111111010010011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464431; }

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

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

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

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

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

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

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

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