#554B40

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

Shades of Metallic Bronze #554B40

Tints of Metallic Bronze #554B40

Color information

#554B40 (or 0x554B40) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4B and 40. RGB value is (85,75,64). Sum of RGB (Red+Green+Blue) = 85+75+64=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B40 is #AAB4BF. Grayscale: #4C4C4C. Windows color (decimal): -11187392 or 4213589. OLE color: 4213589.

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

Color convert

RGB857564-
CMYK00.120.250.67
HSL31.43º14.09%29.22%-
HSV(B)31.43º24.71%33.33%-
XYZ7.197.335.89-
YUV76.74120.81133.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=37.95%
G=33.48%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85756400.120.250.6731.4314.0929.22
Hex554B400C19431fe1d
Octal12511310001431103371635
Binary1010101100101110000000110011001100001111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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