Html Css Color HEX #51463A Metallic Bronze

📋 copy color: '#51463A'

red 81 ◦ green 70 ◦ blue 58

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

Shades of Metallic Bronze #51463A

Tints of Metallic Bronze #51463A

RGB

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

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

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

R = 38.76%
G = 33.49%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#51463A (or 0x51463A) is known color: Metallic Bronze. HEX triplet: 51, 46 and 3A. RGB value is (81,70,58). Sum of RGB (Red+Green+Blue) = 81+70+58=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #51463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463A is #AEB9C5. Grayscale: #474747. Windows color (decimal): -11450822 or 3819089. OLE color: 3819089.

HSL color Cylindrical-coordinate representation of color #51463A: hue angle of 31.3º 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 #51463A is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 58 -
CMYK 0 0.14 0.28 0.68
HSL 31.3º 0.17% 0.27% -
HSV(B) 31.3º 0.28% 0.32% -
XYZ 6.35 6.44 4.91 -
YUV 71.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 81 70 58 0 0.14 0.28 0.68 31.3 0.17 0.27
Hex 51 46 3A 0 E 1C 44 1F 11 1B
Octal 121 106 72 0 16 34 104 37 21 33
Binary 1010001 1000110 111010 0 1110 11100 1000100 11111 10001 11011

Color Harmonies of #51463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51463A

Black with #51463A

Text Example


Text Example

White with #51463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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