Html Css Color HEX #514A3C Metallic Bronze

📋 copy color: '#514A3C'

red 81 ◦ green 74 ◦ blue 60

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

Shades of Metallic Bronze #514A3C

Tints of Metallic Bronze #514A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 37.67%
G = 34.42%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#514A3C (or 0x514A3C) is known color: Metallic Bronze. HEX triplet: 51, 4A and 3C. RGB value is (81,74,60). Sum of RGB (Red+Green+Blue) = 81+74+60=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A3C is #AEB5C3. Grayscale: #4A4A4A. Windows color (decimal): -11449796 or 3951185. OLE color: 3951185.

HSL color Cylindrical-coordinate representation of color #514A3C: hue angle of 40º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514A3C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 60 -
CMYK 0 0.09 0.26 0.68
HSL 40º 0.15% 0.28% -
HSV(B) 40º 0.26% 0.32% -
XYZ 6.66 6.97 5.27 -
YUV 74.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 81 74 60 0 0.09 0.26 0.68 40 0.15 0.28
Hex 51 4A 3C 0 9 1A 44 28 F 1C
Octal 121 112 74 0 11 32 104 50 17 34
Binary 1010001 1001010 111100 0 1001 11010 1000100 101000 1111 11100

Color Harmonies of #514A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A3C

Black with #514A3C

Text Example


Text Example

White with #514A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,60); }

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

background-color css

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

 a { background-color: rgb(81,74,60); }

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

border-color css

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

 span { border-color: rgb(81,74,60); }

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