#514825

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

Shades of Bronze Olive #514825

Tints of Bronze Olive #514825

Color information

#514825 (or 0x514825) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 25. RGB value is (81,72,37). Sum of RGB (Red+Green+Blue) = 81+72+37=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514825 is #AEB7DA. Grayscale: #464646. Windows color (decimal): -11450331 or 2443345. OLE color: 2443345.

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

Color convert

RGB817237-
CMYK00.110.540.68
HSL47.73º37.29%23.14%-
HSV(B)47.73º54.32%31.76%-
XYZ6.046.522.69-
YUV70.7108.98135.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=42.63%
G=37.89%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81723700.110.540.6847.7337.2923.14
Hex5148250B3644302517
Octal1211104501366104604527
Binary1010001100100010010101011110110100010011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514825; }

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

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

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

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

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

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

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

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