#46502E

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

Shades of Bronzetone #46502E

Tints of Bronzetone #46502E

Color information

#46502E (or 0x46502E) is unknown color: approx Bronzetone. HEX triplet: 46, 50 and 2E. RGB value is (70,80,46). Sum of RGB (Red+Green+Blue) = 70+80+46=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #46502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46502E is #B9AFD1. Grayscale: #494949. Windows color (decimal): -12169170 or 3035206. OLE color: 3035206.

HSL color Cylindrical-coordinate representation of color #46502E: hue angle of 77.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46502E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB708046-
CMYK0.1200.420.69
HSL77.65º26.98%24.71%-
HSV(B)77.65º42.5%31.37%-
XYZ5.897.243.67-
YUV73.13112.69125.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=35.71%
G=40.82%
B=23.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080460.1200.420.6977.6526.9824.71
Hex46502EC02A454e1b19
Octal10612056140521051163331
Binary1000110101000010111011000101010100010110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46502E; }

 p { color: rgb(70,80,46); }

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

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

 a { background-color: rgb(70,80,46); }

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

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

 span { border-color: rgb(70,80,46); }

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