#514E1B

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

Shades of Bronze Olive #514E1B

Tints of Bronze Olive #514E1B

Color information

#514E1B (or 0x514E1B) is unknown color: approx Bronze Olive. HEX triplet: 51, 4E and 1B. RGB value is (81,78,27). Sum of RGB (Red+Green+Blue) = 81+78+27=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E1B is #AEB1E4. Grayscale: #494949. Windows color (decimal): -11448805 or 1789521. OLE color: 1789521.

HSL color Cylindrical-coordinate representation of color #514E1B: hue angle of 56.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514E1B is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB817827-
CMYK00.040.670.68
HSL56.67º50%21.18%-
HSV(B)56.67º66.67%31.76%-
XYZ6.327.282.11-
YUV73.08101.99133.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=43.55%
G=41.94%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81782700.040.670.6856.675021.18
Hex514E1B044344393215
Octal1211163304103104716225
Binary101000110011101101101001000011100010011100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E1B; }

 p { color: rgb(81,78,27); }

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

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

 a { background-color: rgb(81,78,27); }

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

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

 span { border-color: rgb(81,78,27); }

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