#463E31

Color #463E31 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #463E31

Tints of Deep Bronze #463E31

Color information

#463E31 (or 0x463E31) is unknown color: approx Deep Bronze. HEX triplet: 46, 3E and 31. RGB value is (70,62,49). Sum of RGB (Red+Green+Blue) = 70+62+49=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #463E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E31 is #B9C1CE. Grayscale: #3E3E3E. Windows color (decimal): -12173775 or 3227206. OLE color: 3227206.

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

Color convert

RGB706249-
CMYK00.110.300.73
HSL37.14º17.65%23.33%-
HSV(B)37.14º30%27.45%-
XYZ4.84.973.61-
YUV62.91120.15133.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=38.67%
G=34.25%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70624900.110.300.7337.1417.6523.33
Hex463E310B1E49251217
Octal106766101336111452227
Binary1000110111110110001010111111010010011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E31; }

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

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

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

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

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

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

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

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