#46502A

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

Shades of Bronzetone #46502A

Tints of Bronzetone #46502A

Color information

#46502A (or 0x46502A) is unknown color: approx Bronzetone. HEX triplet: 46, 50 and 2A. RGB value is (70,80,42). Sum of RGB (Red+Green+Blue) = 70+80+42=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #46502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46502A is #B9AFD5. Grayscale: #484848. Windows color (decimal): -12169174 or 2773062. OLE color: 2773062.

HSL color Cylindrical-coordinate representation of color #46502A: hue angle of 75.79º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46502A is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB708042-
CMYK0.1200.480.69
HSL75.79º31.15%23.92%-
HSV(B)75.79º47.5%31.37%-
XYZ5.817.213.28-
YUV72.68110.69126.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=36.46%
G=41.67%
B=21.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080420.1200.480.6975.7931.1523.92
Hex46502AC030454c1f18
Octal10612052140601051143730
Binary1000110101000010101011000110000100010110011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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