#53460D

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

Shades of Bronze Olive #53460D

Tints of Bronze Olive #53460D

Color information

#53460D (or 0x53460D) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 0D. RGB value is (83,70,13). Sum of RGB (Red+Green+Blue) = 83+70+13=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53460D is #ACB9F2. Grayscale: #434343. Windows color (decimal): -11319795 or 869971. OLE color: 869971.

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

Color convert

RGB837013-
CMYK00.160.840.67
HSL48.86º72.92%18.82%-
HSV(B)48.86º84.34%32.55%-
XYZ5.836.251.28-
YUV67.3997.31139.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=50%
G=42.17%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83701300.160.840.6748.8672.9218.82
Hex5346D0105443314913
Octal123106150201241036111123
Binary10100111000110110101000010101001000011110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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