#554835

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

Shades of Metallic Bronze #554835

Tints of Metallic Bronze #554835

Color information

#554835 (or 0x554835) is unknown color: approx Metallic Bronze. HEX triplet: 55, 48 and 35. RGB value is (85,72,53). Sum of RGB (Red+Green+Blue) = 85+72+53=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554835 is #AAB7CA. Grayscale: #494949. Windows color (decimal): -11188171 or 3491925. OLE color: 3491925.

HSL color Cylindrical-coordinate representation of color #554835: hue angle of 35.63º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554835 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB857253-
CMYK00.150.380.67
HSL35.63º23.19%27.06%-
HSV(B)35.63º37.65%33.33%-
XYZ6.716.824.33-
YUV73.72116.31136.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=40.48%
G=34.29%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85725300.150.380.6735.6323.1927.06
Hex5548350F264324171b
Octal1251106501746103442733
Binary101010110010001101010111110011010000111001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554835; }

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

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

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

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

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

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

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

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