#514C20

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

Shades of Bronze Olive #514C20

Tints of Bronze Olive #514C20

Color information

#514C20 (or 0x514C20) is unknown color: approx Bronze Olive. HEX triplet: 51, 4C and 20. RGB value is (81,76,32). Sum of RGB (Red+Green+Blue) = 81+76+32=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C20 is #AEB3DF. Grayscale: #484848. Windows color (decimal): -11449312 or 2116689. OLE color: 2116689.

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

Color convert

RGB817632-
CMYK00.060.600.68
HSL53.88º43.36%22.16%-
HSV(B)53.88º60.49%31.76%-
XYZ6.247.022.39-
YUV72.48105.16134.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=42.86%
G=40.21%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81763200.060.600.6853.8843.3622.16
Hex514C20063C44362b16
Octal121114400674104665326
Binary101000110011001000000110111100100010011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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