#514816

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

Shades of Bronze Olive #514816

Tints of Bronze Olive #514816

Color information

#514816 (or 0x514816) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 16. RGB value is (81,72,22). Sum of RGB (Red+Green+Blue) = 81+72+22=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #514816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514816 is #AEB7E9. Grayscale: #454545. Windows color (decimal): -11450346 or 1460305. OLE color: 1460305.

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

Color convert

RGB817222-
CMYK00.110.730.68
HSL50.85º57.28%20.2%-
HSV(B)50.85º72.84%31.76%-
XYZ5.866.441.69-
YUV68.99101.48136.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=46.29%
G=41.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81722200.110.730.6850.8557.2820.2
Hex5148160B4944333914
Octal12111026013111104637124
Binary1010001100100010110010111001001100010011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514816; }

 p { color: rgb(81,72,22); }

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

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

 a { background-color: rgb(81,72,22); }

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

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

 span { border-color: rgb(81,72,22); }

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