#514527

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

Shades of Bronze Olive #514527

Tints of Bronze Olive #514527

Color information

#514527 (or 0x514527) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 27. RGB value is (81,69,39). Sum of RGB (Red+Green+Blue) = 81+69+39=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514527 is #AEBAD8. Grayscale: #454545. Windows color (decimal): -11451097 or 2573649. OLE color: 2573649.

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

Color convert

RGB816939-
CMYK00.150.520.68
HSL42.86º35%23.53%-
HSV(B)42.86º51.85%31.76%-
XYZ5.896.152.8-
YUV69.17110.98136.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=42.86%
G=36.51%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81693900.150.520.6842.863523.53
Hex5145270F34442b2318
Octal1211054701764104534330
Binary1010001100010110011101111110100100010010101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514527; }

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

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

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

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

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

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

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

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