#514727

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

Shades of Bronze Olive #514727

Tints of Bronze Olive #514727

Color information

#514727 (or 0x514727) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 27. RGB value is (81,71,39). Sum of RGB (Red+Green+Blue) = 81+71+39=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514727 is #AEB8D8. Grayscale: #464646. Windows color (decimal): -11450585 or 2574161. OLE color: 2574161.

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

Color convert

RGB817139-
CMYK00.120.520.68
HSL45.71º35%23.53%-
HSV(B)45.71º51.85%31.76%-
XYZ6.016.42.84-
YUV70.34110.31135.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=42.41%
G=37.17%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81713900.120.520.6845.713523.53
Hex5147270C34442e2318
Octal1211074701464104564330
Binary1010001100011110011101100110100100010010111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514727; }

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

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

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

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

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

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

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

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