Html Css Color HEX #514737 Metallic Bronze

📋 copy color: '#514737'

red 81 ◦ green 71 ◦ blue 55

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

Shades of Metallic Bronze #514737

Tints of Metallic Bronze #514737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

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

R = 39.13%
G = 34.3%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514737 (or 0x514737) is known color: Metallic Bronze. HEX triplet: 51, 47 and 37. RGB value is (81,71,55). Sum of RGB (Red+Green+Blue) = 81+71+55=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514737 is #AEB8C8. Grayscale: #484848. Windows color (decimal): -11450569 or 3622737. OLE color: 3622737.

HSL color Cylindrical-coordinate representation of color #514737: hue angle of 36.92º 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 #514737 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 55 -
CMYK 0 0.12 0.32 0.68
HSL 36.92º 0.19% 0.27% -
HSV(B) 36.92º 0.32% 0.32% -
XYZ 6.34 6.53 4.54 -
YUV 72.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 81 71 55 0 0.12 0.32 0.68 36.92 0.19 0.27
Hex 51 47 37 0 C 20 44 25 13 1B
Octal 121 107 67 0 14 40 104 45 23 33
Binary 1010001 1000111 110111 0 1100 100000 1000100 100101 10011 11011

Color Harmonies of #514737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514737

Black with #514737

Text Example


Text Example

White with #514737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514737; }

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

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

background-color css

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

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

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

border-color css

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

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

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