#514521

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

Shades of Bronze Olive #514521

Tints of Bronze Olive #514521

Color information

#514521 (or 0x514521) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 21. RGB value is (81,69,33). Sum of RGB (Red+Green+Blue) = 81+69+33=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514521 is #AEBADE. Grayscale: #444444. Windows color (decimal): -11451103 or 2180433. OLE color: 2180433.

HSL color Cylindrical-coordinate representation of color #514521: hue angle of 45º 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 #514521 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB816933-
CMYK00.150.590.68
HSL45º42.11%22.35%-
HSV(B)45º59.26%31.76%-
XYZ5.86.122.31-
YUV68.48107.98136.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=44.26%
G=37.70%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81693300.150.590.684542.1122.35
Hex5145210F3B442d2a16
Octal1211054101773104555226
Binary1010001100010110000101111111011100010010110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514521; }

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

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

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

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

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

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

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

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