#53460A

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

Shades of Bronze Olive #53460A

Tints of Bronze Olive #53460A

Color information

#53460A (or 0x53460A) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 0A. RGB value is (83,70,10). Sum of RGB (Red+Green+Blue) = 83+70+10=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53460A is #ACB9F5. Grayscale: #434343. Windows color (decimal): -11319798 or 673363. OLE color: 673363.

HSL color Cylindrical-coordinate representation of color #53460A: hue angle of 49.32º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53460A is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB837010-
CMYK00.160.880.67
HSL49.32º78.49%18.24%-
HSV(B)49.32º87.95%32.55%-
XYZ5.816.241.19-
YUV67.0595.81139.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=50.92%
G=42.94%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83701000.160.880.6749.3278.4918.24
Hex5346A0105843314e12
Octal123106120201301036111622
Binary10100111000110101001000010110001000011110001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,70,10); }

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

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

 a { background-color: rgb(83,70,10); }

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

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

 span { border-color: rgb(83,70,10); }

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