#514627

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

Shades of Bronze Olive #514627

Tints of Bronze Olive #514627

Color information

#514627 (or 0x514627) is unknown color: approx Bronze Olive. HEX triplet: 51, 46 and 27. RGB value is (81,70,39). Sum of RGB (Red+Green+Blue) = 81+70+39=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514627 is #AEB9D8. Grayscale: #454545. Windows color (decimal): -11450841 or 2573905. OLE color: 2573905.

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

Color convert

RGB817039-
CMYK00.140.520.68
HSL44.29º35%23.53%-
HSV(B)44.29º51.85%31.76%-
XYZ5.956.282.82-
YUV69.76110.64136.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=42.63%
G=36.84%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81703900.140.520.6844.293523.53
Hex5146270E34442c2318
Octal1211064701664104544330
Binary1010001100011010011101110110100100010010110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514627; }

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

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

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

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

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

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

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

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