#514927

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

Shades of Bronze Olive #514927

Tints of Bronze Olive #514927

Color information

#514927 (or 0x514927) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 27. RGB value is (81,73,39). Sum of RGB (Red+Green+Blue) = 81+73+39=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514927 is #AEB6D8. Grayscale: #474747. Windows color (decimal): -11450073 or 2574673. OLE color: 2574673.

HSL color Cylindrical-coordinate representation of color #514927: hue angle of 48.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514927 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB817339-
CMYK00.100.520.68
HSL48.57º35%23.53%-
HSV(B)48.57º51.85%31.76%-
XYZ6.146.662.88-
YUV71.52109.65134.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=41.97%
G=37.82%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81733900.100.520.6848.573523.53
Hex5149270A3444312318
Octal1211114701264104614330
Binary1010001100100110011101010110100100010011000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514927; }

 p { color: rgb(81,73,39); }

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

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

 a { background-color: rgb(81,73,39); }

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

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

 span { border-color: rgb(81,73,39); }

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