#514517

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

Shades of Bronze Olive #514517

Tints of Bronze Olive #514517

Color information

#514517 (or 0x514517) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 17. RGB value is (81,69,23). Sum of RGB (Red+Green+Blue) = 81+69+23=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514517 is #AEBAE8. Grayscale: #434343. Windows color (decimal): -11451113 or 1525073. OLE color: 1525073.

HSL color Cylindrical-coordinate representation of color #514517: hue angle of 47.59º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #514517 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB816923-
CMYK00.150.720.68
HSL47.59º55.77%20.39%-
HSV(B)47.59º71.6%31.76%-
XYZ5.686.071.68-
YUV67.34102.98137.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=46.82%
G=39.88%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81692300.150.720.6847.5955.7720.39
Hex5145170F4844303814
Octal12110527017110104607024
Binary1010001100010110111011111001000100010011000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514517; }

 p { color: rgb(81,69,23); }

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

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

 a { background-color: rgb(81,69,23); }

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

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

 span { border-color: rgb(81,69,23); }

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