#534713

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

Shades of Bronze Olive #534713

Tints of Bronze Olive #534713

Color information

#534713 (or 0x534713) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 13. RGB value is (83,71,19). Sum of RGB (Red+Green+Blue) = 83+71+19=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534713 is #ACB8EC. Grayscale: #444444. Windows color (decimal): -11319533 or 1263443. OLE color: 1263443.

HSL color Cylindrical-coordinate representation of color #534713: hue angle of 48.75º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #534713 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB837119-
CMYK00.140.770.67
HSL48.75º62.75%20%-
HSV(B)48.75º77.11%32.55%-
XYZ5.946.391.54-
YUV68.6699.98138.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=47.98%
G=41.04%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83711900.140.770.6748.7562.7520
Hex5347130E4D43313f14
Octal12310723016115103617724
Binary1010011100011110011011101001101100001111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534713; }

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

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

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

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

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

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

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

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