#514828

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

Shades of Bronze Olive #514828

Tints of Bronze Olive #514828

Color information

#514828 (or 0x514828) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 28. RGB value is (81,72,40). Sum of RGB (Red+Green+Blue) = 81+72+40=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514828 is #AEB7D7. Grayscale: #474747. Windows color (decimal): -11450328 or 2639953. OLE color: 2639953.

HSL color Cylindrical-coordinate representation of color #514828: hue angle of 46.83º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514828 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB817240-
CMYK00.110.510.68
HSL46.83º33.88%23.73%-
HSV(B)46.83º50.62%31.76%-
XYZ6.096.542.95-
YUV71.04110.48135.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=41.97%
G=37.31%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81724000.110.510.6846.8333.8823.73
Hex5148280B33442f2218
Octal1211105001363104574230
Binary1010001100100010100001011110011100010010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514828; }

 p { color: rgb(81,72,40); }

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

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

 a { background-color: rgb(81,72,40); }

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

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

 span { border-color: rgb(81,72,40); }

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