Html Css Color HEX #514940 Metallic Bronze

📋 copy color: '#514940'

red 81 ◦ green 73 ◦ blue 64

#514940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #514940

Tints of Metallic Bronze #514940

RGB

 RED value IS 81 (32.03% from 255) = 37.16%

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 37.16%
G = 33.49%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#514940 (or 0x514940) is known color: Metallic Bronze. HEX triplet: 51, 49 and 40. RGB value is (81,73,64). Sum of RGB (Red+Green+Blue) = 81+73+64=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514940 is #AEB6BF. Grayscale: #4A4A4A. Windows color (decimal): -11450048 or 4213073. OLE color: 4213073.

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

Color convert

RGB 81 73 64 -
CMYK 0 0.10 0.21 0.68
HSL 31.76º 0.12% 0.28% -
HSV(B) 31.76º 0.21% 0.32% -
XYZ 6.7 6.88 5.83 -
YUV 74.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 81 73 64 0 0.10 0.21 0.68 31.76 0.12 0.28
Hex 51 49 40 0 A 15 44 20 C 1C
Octal 121 111 100 0 12 25 104 40 14 34
Binary 1010001 1001001 1000000 0 1010 10101 1000100 100000 1100 11100

Color Harmonies of #514940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514940

Black with #514940

Text Example


Text Example

White with #514940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514940; }

 p { color: rgb(81,73,64); }

 H1.HeaderClassName
 {
   color: #514940;
 }
 .AnyTagClassName
 {
   color: #514940;
 }
</style>

background-color css

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

 a { background-color: rgb(81,73,64); }

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

border-color css

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

 span { border-color: rgb(81,73,64); }

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