#514C1A

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

Shades of Bronze Olive #514C1A

Tints of Bronze Olive #514C1A

Color information

#514C1A (or 0x514C1A) is unknown color: approx Bronze Olive. HEX triplet: 51, 4C and 1A. RGB value is (81,76,26). Sum of RGB (Red+Green+Blue) = 81+76+26=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C1A is #AEB3E5. Grayscale: #484848. Windows color (decimal): -11449318 or 1723473. OLE color: 1723473.

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

Color convert

RGB817626-
CMYK00.060.680.68
HSL54.55º51.4%20.98%-
HSV(B)54.55º67.9%31.76%-
XYZ6.166.992-
YUV71.79102.16134.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=44.26%
G=41.53%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81762600.060.680.6854.5551.420.98
Hex514C1A064444373315
Octal1211143206104104676325
Binary101000110011001101001101000100100010011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,76,26); }

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

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

 a { background-color: rgb(81,76,26); }

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

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

 span { border-color: rgb(81,76,26); }

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