Html Css Color HEX #55493C Metallic Bronze

📋 copy color: '#55493C'

red 85 ◦ green 73 ◦ blue 60

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

Shades of Metallic Bronze #55493C

Tints of Metallic Bronze #55493C

RGB

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

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

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

R = 38.99%
G = 33.49%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55493C (or 0x55493C) is known color: Metallic Bronze. HEX triplet: 55, 49 and 3C. RGB value is (85,73,60). Sum of RGB (Red+Green+Blue) = 85+73+60=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493C is #AAB6C3. Grayscale: #4B4B4B. Windows color (decimal): -11187908 or 3950933. OLE color: 3950933.

HSL color Cylindrical-coordinate representation of color #55493C: hue angle of 31.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55493C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 60 -
CMYK 0 0.14 0.29 0.67
HSL 31.2º 0.17% 0.28% -
HSV(B) 31.2º 0.29% 0.33% -
XYZ 6.94 7.02 5.26 -
YUV 75.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 85 73 60 0 0.14 0.29 0.67 31.2 0.17 0.28
Hex 55 49 3C 0 E 1D 43 1F 11 1C
Octal 125 111 74 0 16 35 103 37 21 34
Binary 1010101 1001001 111100 0 1110 11101 1000011 11111 10001 11100

Color Harmonies of #55493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55493C

Black with #55493C

Text Example


Text Example

White with #55493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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