#514A14

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

Shades of Bronze Olive #514A14

Tints of Bronze Olive #514A14

Color information

#514A14 (or 0x514A14) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 14. RGB value is (81,74,20). Sum of RGB (Red+Green+Blue) = 81+74+20=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #514A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A14 is #AEB5EB. Grayscale: #464646. Windows color (decimal): -11449836 or 1329745. OLE color: 1329745.

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

Color convert

RGB817420-
CMYK00.090.750.68
HSL53.11º60.4%19.8%-
HSV(B)53.11º75.31%31.76%-
XYZ5.976.71.64-
YUV69.9499.82135.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=46.29%
G=42.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81742000.090.750.6853.1160.419.8
Hex514A14094B44353c14
Octal12111224011113104657424
Binary1010001100101010100010011001011100010011010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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