#554735

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

Shades of Metallic Bronze #554735

Tints of Metallic Bronze #554735

Color information

#554735 (or 0x554735) is unknown color: approx Metallic Bronze. HEX triplet: 55, 47 and 35. RGB value is (85,71,53). Sum of RGB (Red+Green+Blue) = 85+71+53=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554735 is #AAB8CA. Grayscale: #494949. Windows color (decimal): -11188427 or 3491669. OLE color: 3491669.

HSL color Cylindrical-coordinate representation of color #554735: hue angle of 33.75º 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 #554735 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB857153-
CMYK00.160.380.67
HSL33.75º23.19%27.06%-
HSV(B)33.75º37.65%33.33%-
XYZ6.646.694.31-
YUV73.13116.64136.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=40.67%
G=33.97%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85715300.160.380.6733.7523.1927.06
Hex554735010264322171b
Octal1251076502046103422733
Binary1010101100011111010101000010011010000111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554735; }

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

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

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

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

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

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

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

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