#554B39

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

Shades of Metallic Bronze #554B39

Tints of Metallic Bronze #554B39

Color information

#554B39 (or 0x554B39) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4B and 39. RGB value is (85,75,57). Sum of RGB (Red+Green+Blue) = 85+75+57=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B39 is #AAB4C6. Grayscale: #4C4C4C. Windows color (decimal): -11187399 or 3754837. OLE color: 3754837.

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

Color convert

RGB857557-
CMYK00.120.330.67
HSL38.57º19.72%27.84%-
HSV(B)38.57º32.94%33.33%-
XYZ77.264.9-
YUV75.94117.31134.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=39.17%
G=34.56%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85755700.120.330.6738.5719.7227.84
Hex554B390C214327141c
Octal1251137101441103472434
Binary101010110010111110010110010000110000111001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554B39; }

 p { color: rgb(85,75,57); }

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

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

 a { background-color: rgb(85,75,57); }

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

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

 span { border-color: rgb(85,75,57); }

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