#514A12

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

Shades of Bronze Olive #514A12

Tints of Bronze Olive #514A12

Color information

#514A12 (or 0x514A12) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 12. RGB value is (81,74,18). Sum of RGB (Red+Green+Blue) = 81+74+18=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A12 is #AEB5ED. Grayscale: #454545. Windows color (decimal): -11449838 or 1198673. OLE color: 1198673.

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

Color convert

RGB817418-
CMYK00.090.780.68
HSL53.33º63.64%19.41%-
HSV(B)53.33º77.78%31.76%-
XYZ5.956.691.55-
YUV69.7198.82136.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=46.82%
G=42.77%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81741800.090.780.6853.3363.6419.41
Hex514A12094E44354013
Octal121112220111161046510023
Binary10100011001010100100100110011101000100110101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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