#55483A

Color #55483A Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #55483A

Tints of Metallic Bronze #55483A

Color information

#55483A (or 0x55483A) is unknown color: approx Metallic Bronze. HEX triplet: 55, 48 and 3A. RGB value is (85,72,58). Sum of RGB (Red+Green+Blue) = 85+72+58=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483A is #AAB7C5. Grayscale: #4A4A4A. Windows color (decimal): -11188166 or 3819605. OLE color: 3819605.

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

Color convert

RGB857258-
CMYK00.150.320.67
HSL31.11º18.88%28.04%-
HSV(B)31.11º31.76%33.33%-
XYZ6.836.874.97-
YUV74.29118.81135.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=39.53%
G=33.49%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85725800.150.320.6731.1118.8828.04
Hex55483A0F20431f131c
Octal1251107201740103372334
Binary10101011001000111010011111000001000011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55483A;
 }
 .AnyTagClassName
 {
   color: #55483A;
 }
</style>
background-color css

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

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

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

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

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

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