#534710

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

Shades of Bronze Olive #534710

Tints of Bronze Olive #534710

Color information

#534710 (or 0x534710) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 10. RGB value is (83,71,16). Sum of RGB (Red+Green+Blue) = 83+71+16=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534710 is #ACB8EF. Grayscale: #444444. Windows color (decimal): -11319536 or 1066835. OLE color: 1066835.

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

Color convert

RGB837116-
CMYK00.140.810.67
HSL49.25º67.68%19.41%-
HSV(B)49.25º80.72%32.55%-
XYZ5.916.381.41-
YUV68.3298.48138.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=48.82%
G=41.76%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83711600.140.810.6749.2567.6819.41
Hex5347100E5143314413
Octal123107200161211036110423
Binary10100111000111100000111010100011000011110001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534710; }

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

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

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

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

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

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

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

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