Html Css Color HEX #514839 Metallic Bronze

📋 copy color: '#514839'

red 81 ◦ green 72 ◦ blue 57

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

Shades of Metallic Bronze #514839

Tints of Metallic Bronze #514839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 38.57%
G = 34.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#514839 (or 0x514839) is known color: Metallic Bronze. HEX triplet: 51, 48 and 39. RGB value is (81,72,57). Sum of RGB (Red+Green+Blue) = 81+72+57=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #514839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514839 is #AEB7C6. Grayscale: #494949. Windows color (decimal): -11450311 or 3754065. OLE color: 3754065.

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

Color convert

RGB 81 72 57 -
CMYK 0 0.11 0.30 0.68
HSL 37.5º 0.17% 0.27% -
HSV(B) 37.5º 0.3% 0.32% -
XYZ 6.45 6.68 4.82 -
YUV 72.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 81 72 57 0 0.11 0.30 0.68 37.5 0.17 0.27
Hex 51 48 39 0 B 1E 44 26 11 1B
Octal 121 110 71 0 13 36 104 46 21 33
Binary 1010001 1001000 111001 0 1011 11110 1000100 100110 10001 11011

Color Harmonies of #514839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514839

Black with #514839

Text Example


Text Example

White with #514839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514839; }

 p { color: rgb(81,72,57); }

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

background-color css

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

 a { background-color: rgb(81,72,57); }

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

border-color css

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

 span { border-color: rgb(81,72,57); }

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