#514B20

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

Shades of Bronze Olive #514B20

Tints of Bronze Olive #514B20

Color information

#514B20 (or 0x514B20) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 20. RGB value is (81,75,32). Sum of RGB (Red+Green+Blue) = 81+75+32=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B20 is #AEB4DF. Grayscale: #484848. Windows color (decimal): -11449568 or 2116433. OLE color: 2116433.

HSL color Cylindrical-coordinate representation of color #514B20: hue angle of 52.65º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514B20 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB817532-
CMYK00.070.600.68
HSL52.65º43.36%22.16%-
HSV(B)52.65º60.49%31.76%-
XYZ6.176.892.37-
YUV71.89105.49134.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=43.09%
G=39.89%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81753200.070.600.6852.6543.3622.16
Hex514B20073C44352b16
Octal121113400774104655326
Binary101000110010111000000111111100100010011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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