#514809

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

Shades of Bronze Olive #514809

Tints of Bronze Olive #514809

Color information

#514809 (or 0x514809) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 09. RGB value is (81,72,9). Sum of RGB (Red+Green+Blue) = 81+72+9=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #514809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514809 is #AEB7F6. Grayscale: #434343. Windows color (decimal): -11450359 or 608337. OLE color: 608337.

HSL color Cylindrical-coordinate representation of color #514809: hue angle of 52.5º 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 #514809 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81729-
CMYK00.110.890.68
HSL52.5º80%17.65%-
HSV(B)52.5º88.89%31.76%-
XYZ5.766.41.19-
YUV67.5194.98137.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=50%
G=44.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8172900.110.890.6852.58017.65
Hex514890B5944345012
Octal121110110131311046412022
Binary1010001100100010010101110110011000100110100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514809; }

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

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

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

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

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

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

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

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