#46512A

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

Shades of Bronzetone #46512A

Tints of Bronzetone #46512A

Color information

#46512A (or 0x46512A) is unknown color: approx Bronzetone. HEX triplet: 46, 51 and 2A. RGB value is (70,81,42). Sum of RGB (Red+Green+Blue) = 70+81+42=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #46512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46512A is #B9AED5. Grayscale: #494949. Windows color (decimal): -12168918 or 2773318. OLE color: 2773318.

HSL color Cylindrical-coordinate representation of color #46512A: hue angle of 76.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46512A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB708142-
CMYK0.1400.480.68
HSL76.92º31.71%24.12%-
HSV(B)76.92º48.15%31.76%-
XYZ5.897.353.3-
YUV73.26110.36125.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=36.27%
G=41.97%
B=21.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081420.1400.480.6876.9231.7124.12
Hex46512AE030444d2018
Octal10612152160601041154030
Binary10001101010001101010111001100001000100100110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46512A; }

 p { color: rgb(70,81,42); }

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

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

 a { background-color: rgb(70,81,42); }

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

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

 span { border-color: rgb(70,81,42); }

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