#554936

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

Shades of Metallic Bronze #554936

Tints of Metallic Bronze #554936

Color information

#554936 (or 0x554936) is unknown color: approx Metallic Bronze. HEX triplet: 55, 49 and 36. RGB value is (85,73,54). Sum of RGB (Red+Green+Blue) = 85+73+54=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554936 is #AAB6C9. Grayscale: #4A4A4A. Windows color (decimal): -11187914 or 3557717. OLE color: 3557717.

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

Color convert

RGB857354-
CMYK00.140.360.67
HSL36.77º22.3%27.25%-
HSV(B)36.77º36.47%33.33%-
XYZ6.796.964.48-
YUV74.42116.48135.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=40.09%
G=34.43%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85735400.140.360.6736.7722.327.25
Hex5549360E244325161b
Octal1251116601644103452633
Binary101010110010011101100111010010010000111001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554936; }

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

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

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

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

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

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

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

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