#464C31

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

Shades of Bronzetone #464C31

Tints of Bronzetone #464C31

Color information

#464C31 (or 0x464C31) is unknown color: approx Bronzetone. HEX triplet: 46, 4C and 31. RGB value is (70,76,49). Sum of RGB (Red+Green+Blue) = 70+76+49=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #464C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C31 is #B9B3CE. Grayscale: #474747. Windows color (decimal): -12170191 or 3230790. OLE color: 3230790.

HSL color Cylindrical-coordinate representation of color #464C31: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #464C31 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB707649-
CMYK0.0800.360.70
HSL73.33º21.6%24.51%-
HSV(B)73.33º35.53%29.8%-
XYZ5.666.693.9-
YUV71.13115.51127.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=35.90%
G=38.97%
B=25.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7076490.0800.360.7073.3321.624.51
Hex464C31802446491619
Octal10611461100441061112631
Binary1000110100110011000110000100100100011010010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C31; }

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

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

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

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

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

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

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

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