Html Css Color HEX #51483C Metallic Bronze

📋 copy color: '#51483C'

red 81 ◦ green 72 ◦ blue 60

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

Shades of Metallic Bronze #51483C

Tints of Metallic Bronze #51483C

RGB

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

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

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

R = 38.03%
G = 33.8%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51483C (or 0x51483C) is known color: Metallic Bronze. HEX triplet: 51, 48 and 3C. RGB value is (81,72,60). Sum of RGB (Red+Green+Blue) = 81+72+60=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51483C is #AEB7C3. Grayscale: #494949. Windows color (decimal): -11450308 or 3950673. OLE color: 3950673.

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

Color convert

RGB 81 72 60 -
CMYK 0 0.11 0.26 0.68
HSL 34.29º 0.15% 0.28% -
HSV(B) 34.29º 0.26% 0.32% -
XYZ 6.53 6.71 5.23 -
YUV 73.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 81 72 60 0 0.11 0.26 0.68 34.29 0.15 0.28
Hex 51 48 3C 0 B 1A 44 22 F 1C
Octal 121 110 74 0 13 32 104 42 17 34
Binary 1010001 1001000 111100 0 1011 11010 1000100 100010 1111 11100

Color Harmonies of #51483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51483C

Black with #51483C

Text Example


Text Example

White with #51483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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