#514B14

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

Shades of Bronze Olive #514B14

Tints of Bronze Olive #514B14

Color information

#514B14 (or 0x514B14) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 14. RGB value is (81,75,20). Sum of RGB (Red+Green+Blue) = 81+75+20=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #514B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B14 is #AEB4EB. Grayscale: #464646. Windows color (decimal): -11449580 or 1330001. OLE color: 1330001.

HSL color Cylindrical-coordinate representation of color #514B14: hue angle of 54.1º 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 #514B14 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB817520-
CMYK00.070.750.68
HSL54.1º60.4%19.8%-
HSV(B)54.1º75.31%31.76%-
XYZ6.046.831.66-
YUV70.5299.49135.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=46.02%
G=42.61%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81752000.070.750.6854.160.419.8
Hex514B14074B44363c14
Octal1211132407113104667424
Binary101000110010111010001111001011100010011011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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