#53470F

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

Shades of Bronze Olive #53470F

Tints of Bronze Olive #53470F

Color information

#53470F (or 0x53470F) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 0F. RGB value is (83,71,15). Sum of RGB (Red+Green+Blue) = 83+71+15=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53470F is #ACB8F0. Grayscale: #444444. Windows color (decimal): -11319537 or 1001299. OLE color: 1001299.

HSL color Cylindrical-coordinate representation of color #53470F: hue angle of 49.41º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53470F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB837115-
CMYK00.140.820.67
HSL49.41º69.39%19.22%-
HSV(B)49.41º81.93%32.55%-
XYZ5.916.381.37-
YUV68.297.98138.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=49.11%
G=42.01%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83711500.140.820.6749.4169.3919.22
Hex5347F0E5243314513
Octal123107170161221036110523
Binary1010011100011111110111010100101000011110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53470F; }

 p { color: rgb(83,71,15); }

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

<style>
 a { background-color: #53470F; }

 a { background-color: rgb(83,71,15); }

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

<style>
 span { border-color: #53470F; }

 span { border-color: rgb(83,71,15); }

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