Html Css Color HEX #55473A Metallic Bronze

📋 copy color: '#55473A'

red 85 ◦ green 71 ◦ blue 58

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

Shades of Metallic Bronze #55473A

Tints of Metallic Bronze #55473A

RGB

 RED value IS 85 (33.59% from 255) = 39.72%

 GREEN value IS 71 (28.13% from 255) = 33.18%

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

R = 39.72%
G = 33.18%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55473A (or 0x55473A) is known color: Metallic Bronze. HEX triplet: 55, 47 and 3A. RGB value is (85,71,58). Sum of RGB (Red+Green+Blue) = 85+71+58=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473A is #AAB8C5. Grayscale: #494949. Windows color (decimal): -11188422 or 3819349. OLE color: 3819349.

HSL color Cylindrical-coordinate representation of color #55473A: hue angle of 28.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55473A is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 58 -
CMYK 0 0.16 0.32 0.67
HSL 28.89º 0.19% 0.28% -
HSV(B) 28.89º 0.32% 0.33% -
XYZ 6.76 6.74 4.95 -
YUV 73.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 85 71 58 0 0.16 0.32 0.67 28.89 0.19 0.28
Hex 55 47 3A 0 10 20 43 1D 13 1C
Octal 125 107 72 0 20 40 103 35 23 34
Binary 1010101 1000111 111010 0 10000 100000 1000011 11101 10011 11100

Color Harmonies of #55473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55473A

Black with #55473A

Text Example


Text Example

White with #55473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,71,58); }

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

background-color css

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

 a { background-color: rgb(85,71,58); }

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

border-color css

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

 span { border-color: rgb(85,71,58); }

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