Html Css Color HEX #55483C Metallic Bronze

📋 copy color: '#55483C'

red 85 ◦ green 72 ◦ blue 60

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

Shades of Metallic Bronze #55483C

Tints of Metallic Bronze #55483C

RGB

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

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

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

R = 39.17%
G = 33.18%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55483C (or 0x55483C) is known color: Metallic Bronze. HEX triplet: 55, 48 and 3C. RGB value is (85,72,60). Sum of RGB (Red+Green+Blue) = 85+72+60=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483C is #AAB7C3. Grayscale: #4A4A4A. Windows color (decimal): -11188164 or 3950677. OLE color: 3950677.

HSL color Cylindrical-coordinate representation of color #55483C: hue angle of 28.8º 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 #55483C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 60 -
CMYK 0 0.15 0.29 0.67
HSL 28.8º 0.17% 0.28% -
HSV(B) 28.8º 0.29% 0.33% -
XYZ 6.88 6.89 5.24 -
YUV 74.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 85 72 60 0 0.15 0.29 0.67 28.8 0.17 0.28
Hex 55 48 3C 0 F 1D 43 1D 11 1C
Octal 125 110 74 0 17 35 103 35 21 34
Binary 1010101 1001000 111100 0 1111 11101 1000011 11101 10001 11100

Color Harmonies of #55483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55483C

Black with #55483C

Text Example


Text Example

White with #55483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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