#554938

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

Shades of Metallic Bronze #554938

Tints of Metallic Bronze #554938

Color information

#554938 (or 0x554938) is unknown color: approx Metallic Bronze. HEX triplet: 55, 49 and 38. RGB value is (85,73,56). Sum of RGB (Red+Green+Blue) = 85+73+56=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554938 is #AAB6C7. Grayscale: #4A4A4A. Windows color (decimal): -11187912 or 3688789. OLE color: 3688789.

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

Color convert

RGB857356-
CMYK00.140.340.67
HSL35.17º20.57%27.65%-
HSV(B)35.17º34.12%33.33%-
XYZ6.846.984.73-
YUV74.65117.48135.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=39.72%
G=34.11%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85735600.140.340.6735.1720.5727.65
Hex5549380E224323151c
Octal1251117001642103432534
Binary101010110010011110000111010001010000111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554938; }

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

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

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

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

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

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

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

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