Html Css Color HEX #51493C Metallic Bronze

📋 copy color: '#51493C'

red 81 ◦ green 73 ◦ blue 60

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

Shades of Metallic Bronze #51493C

Tints of Metallic Bronze #51493C

RGB

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

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

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

R = 37.85%
G = 34.11%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51493C (or 0x51493C) is known color: Metallic Bronze. HEX triplet: 51, 49 and 3C. RGB value is (81,73,60). Sum of RGB (Red+Green+Blue) = 81+73+60=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51493C is #AEB6C3. Grayscale: #494949. Windows color (decimal): -11450052 or 3950929. OLE color: 3950929.

HSL color Cylindrical-coordinate representation of color #51493C: hue angle of 37.14º 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 #51493C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 60 -
CMYK 0 0.10 0.26 0.68
HSL 37.14º 0.15% 0.28% -
HSV(B) 37.14º 0.26% 0.32% -
XYZ 6.59 6.84 5.25 -
YUV 73.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 81 73 60 0 0.10 0.26 0.68 37.14 0.15 0.28
Hex 51 49 3C 0 A 1A 44 25 F 1C
Octal 121 111 74 0 12 32 104 45 17 34
Binary 1010001 1001001 111100 0 1010 11010 1000100 100101 1111 11100

Color Harmonies of #51493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51493C

Black with #51493C

Text Example


Text Example

White with #51493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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