#514712

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

Shades of Bronze Olive #514712

Tints of Bronze Olive #514712

Color information

#514712 (or 0x514712) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 12. RGB value is (81,71,18). Sum of RGB (Red+Green+Blue) = 81+71+18=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514712 is #AEB8ED. Grayscale: #444444. Windows color (decimal): -11450606 or 1197905. OLE color: 1197905.

HSL color Cylindrical-coordinate representation of color #514712: hue angle of 50.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #514712 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB817118-
CMYK00.120.780.68
HSL50.48º63.64%19.41%-
HSV(B)50.48º77.78%31.76%-
XYZ5.766.31.48-
YUV67.9599.81137.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=47.65%
G=41.76%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81711800.120.780.6850.4863.6419.41
Hex5147120C4E44324013
Octal121107220141161046210023
Binary10100011000111100100110010011101000100110010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514712; }

 p { color: rgb(81,71,18); }

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

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

 a { background-color: rgb(81,71,18); }

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

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

 span { border-color: rgb(81,71,18); }

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