Html Css Color HEX #51493A Metallic Bronze

📋 copy color: '#51493A'

red 81 ◦ green 73 ◦ blue 58

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

Shades of Metallic Bronze #51493A

Tints of Metallic Bronze #51493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 38.21%
G = 34.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#51493A (or 0x51493A) is known color: Metallic Bronze. HEX triplet: 51, 49 and 3A. RGB value is (81,73,58). Sum of RGB (Red+Green+Blue) = 81+73+58=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51493A is #AEB6C5. Grayscale: #494949. Windows color (decimal): -11450054 or 3819857. OLE color: 3819857.

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

Color convert

RGB 81 73 58 -
CMYK 0 0.10 0.28 0.68
HSL 39.13º 0.17% 0.27% -
HSV(B) 39.13º 0.28% 0.32% -
XYZ 6.54 6.82 4.97 -
YUV 73.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 81 73 58 0 0.10 0.28 0.68 39.13 0.17 0.27
Hex 51 49 3A 0 A 1C 44 27 11 1B
Octal 121 111 72 0 12 34 104 47 21 33
Binary 1010001 1001001 111010 0 1010 11100 1000100 100111 10001 11011

Color Harmonies of #51493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51493A

Black with #51493A

Text Example


Text Example

White with #51493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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