#514714

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

Shades of Bronze Olive #514714

Tints of Bronze Olive #514714

Color information

#514714 (or 0x514714) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 14. RGB value is (81,71,20). Sum of RGB (Red+Green+Blue) = 81+71+20=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514714 is #AEB8EB. Grayscale: #444444. Windows color (decimal): -11450604 or 1328977. OLE color: 1328977.

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

Color convert

RGB817120-
CMYK00.120.750.68
HSL50.16º60.4%19.8%-
HSV(B)50.16º75.31%31.76%-
XYZ5.776.311.57-
YUV68.18100.81137.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=47.09%
G=41.28%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81712000.120.750.6850.1660.419.8
Hex5147140C4B44323c14
Octal12110724014113104627424
Binary1010001100011110100011001001011100010011001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514714; }

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

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

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

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

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

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

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

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