#514806

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

Shades of Bronze Olive #514806

Tints of Bronze Olive #514806

Color information

#514806 (or 0x514806) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 06. RGB value is (81,72,6). Sum of RGB (Red+Green+Blue) = 81+72+6=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514806 is #AEB7F9. Grayscale: #434343. Windows color (decimal): -11450362 or 411729. OLE color: 411729.

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

Color convert

RGB81726-
CMYK00.110.930.68
HSL52.8º86.21%17.06%-
HSV(B)52.8º92.59%31.76%-
XYZ5.746.41.1-
YUV67.1793.48137.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=50.94%
G=45.28%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8172600.110.930.6852.886.2117.06
Hex514860B5D44355611
Octal12111060131351046512621
Binary101000110010001100101110111011000100110101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514806; }

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

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

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

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

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

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

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

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