#514A09

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

Shades of Bronze Olive #514A09

Tints of Bronze Olive #514A09

Color information

#514A09 (or 0x514A09) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 09. RGB value is (81,74,9). Sum of RGB (Red+Green+Blue) = 81+74+9=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A09 is #AEB5F6. Grayscale: #444444. Windows color (decimal): -11449847 or 608849. OLE color: 608849.

HSL color Cylindrical-coordinate representation of color #514A09: hue angle of 54.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514A09 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81749-
CMYK00.090.890.68
HSL54.17º80%17.65%-
HSV(B)54.17º88.89%31.76%-
XYZ5.896.671.23-
YUV68.6894.32136.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 74 (29.30% from 255) = 45.12%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=49.39%
G=45.12%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8174900.090.890.6854.178017.65
Hex514A9095944365012
Octal121112110111311046612022
Binary1010001100101010010100110110011000100110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A09; }

 p { color: rgb(81,74,9); }

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

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

 a { background-color: rgb(81,74,9); }

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

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

 span { border-color: rgb(81,74,9); }

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