#514813

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

Shades of Bronze Olive #514813

Tints of Bronze Olive #514813

Color information

#514813 (or 0x514813) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 13. RGB value is (81,72,19). Sum of RGB (Red+Green+Blue) = 81+72+19=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514813 is #AEB7EC. Grayscale: #444444. Windows color (decimal): -11450349 or 1263697. OLE color: 1263697.

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

Color convert

RGB817219-
CMYK00.110.770.68
HSL51.29º62%19.61%-
HSV(B)51.29º76.54%31.76%-
XYZ5.836.431.55-
YUV68.6599.98136.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=47.09%
G=41.86%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81721900.110.770.6851.296219.61
Hex5148130B4D44333e14
Octal12111023013115104637624
Binary1010001100100010011010111001101100010011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514813; }

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

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

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

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

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

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

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

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