#514821

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

Shades of Bronze Olive #514821

Tints of Bronze Olive #514821

Color information

#514821 (or 0x514821) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 21. RGB value is (81,72,33). Sum of RGB (Red+Green+Blue) = 81+72+33=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514821 is #AEB7DE. Grayscale: #464646. Windows color (decimal): -11450335 or 2181201. OLE color: 2181201.

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

Color convert

RGB817233-
CMYK00.110.590.68
HSL48.75º42.11%22.35%-
HSV(B)48.75º59.26%31.76%-
XYZ5.996.492.38-
YUV70.24106.98135.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=43.55%
G=38.71%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81723300.110.590.6848.7542.1122.35
Hex5148210B3B44312a16
Octal1211104101373104615226
Binary1010001100100010000101011111011100010011000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514821; }

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

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

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

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

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

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

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

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