Html Css Color HEX #514637 Metallic Bronze

📋 copy color: '#514637'

red 81 ◦ green 70 ◦ blue 55

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

Shades of Metallic Bronze #514637

Tints of Metallic Bronze #514637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 39.32%
G = 33.98%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514637 (or 0x514637) is known color: Metallic Bronze. HEX triplet: 51, 46 and 37. RGB value is (81,70,55). Sum of RGB (Red+Green+Blue) = 81+70+55=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514637 is #AEB9C8. Grayscale: #474747. Windows color (decimal): -11450825 or 3622481. OLE color: 3622481.

HSL color Cylindrical-coordinate representation of color #514637: hue angle of 34.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514637 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 55 -
CMYK 0 0.14 0.32 0.68
HSL 34.62º 0.19% 0.27% -
HSV(B) 34.62º 0.32% 0.32% -
XYZ 6.27 6.41 4.52 -
YUV 71.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 81 70 55 0 0.14 0.32 0.68 34.62 0.19 0.27
Hex 51 46 37 0 E 20 44 23 13 1B
Octal 121 106 67 0 16 40 104 43 23 33
Binary 1010001 1000110 110111 0 1110 100000 1000100 100011 10011 11011

Color Harmonies of #514637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514637

Black with #514637

Text Example


Text Example

White with #514637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514637; }

 p { color: rgb(81,70,55); }

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

background-color css

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

 a { background-color: rgb(81,70,55); }

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

border-color css

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

 span { border-color: rgb(81,70,55); }

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