Html Css Color HEX #51483F Metallic Bronze

📋 copy color: '#51483F'

red 81 ◦ green 72 ◦ blue 63

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

Shades of Metallic Bronze #51483F

Tints of Metallic Bronze #51483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.17%

R = 37.5%
G = 33.33%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51483F (or 0x51483F) is known color: Metallic Bronze. HEX triplet: 51, 48 and 3F. RGB value is (81,72,63). Sum of RGB (Red+Green+Blue) = 81+72+63=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #51483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51483F is #AEB7C0. Grayscale: #494949. Windows color (decimal): -11450305 or 4147281. OLE color: 4147281.

HSL color Cylindrical-coordinate representation of color #51483F: hue angle of 30º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #51483F is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 63 -
CMYK 0 0.11 0.22 0.68
HSL 30º 0.13% 0.28% -
HSV(B) 30º 0.22% 0.32% -
XYZ 6.61 6.74 5.66 -
YUV 73.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 81 72 63 0 0.11 0.22 0.68 30 0.13 0.28
Hex 51 48 3F 0 B 16 44 1E C 1C
Octal 121 110 77 0 13 26 104 36 14 34
Binary 1010001 1001000 111111 0 1011 10110 1000100 11110 1100 11100

Color Harmonies of #51483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51483F

Black with #51483F

Text Example


Text Example

White with #51483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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