Html Css Color HEX #55493A Metallic Bronze

📋 copy color: '#55493A'

red 85 ◦ green 73 ◦ blue 58

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

Shades of Metallic Bronze #55493A

Tints of Metallic Bronze #55493A

RGB

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

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

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

R = 39.35%
G = 33.8%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55493A (or 0x55493A) is known color: Metallic Bronze. HEX triplet: 55, 49 and 3A. RGB value is (85,73,58). Sum of RGB (Red+Green+Blue) = 85+73+58=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493A is #AAB6C5. Grayscale: #4A4A4A. Windows color (decimal): -11187910 or 3819861. OLE color: 3819861.

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

Color convert

RGB 85 73 58 -
CMYK 0 0.14 0.32 0.67
HSL 33.33º 0.19% 0.28% -
HSV(B) 33.33º 0.32% 0.33% -
XYZ 6.89 7 4.99 -
YUV 74.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 85 73 58 0 0.14 0.32 0.67 33.33 0.19 0.28
Hex 55 49 3A 0 E 20 43 21 13 1C
Octal 125 111 72 0 16 40 103 41 23 34
Binary 1010101 1001001 111010 0 1110 100000 1000011 100001 10011 11100

Color Harmonies of #55493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55493A

Black with #55493A

Text Example


Text Example

White with #55493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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