#554A38

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

Shades of Metallic Bronze #554A38

Tints of Metallic Bronze #554A38

Color information

#554A38 (or 0x554A38) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4A and 38. RGB value is (85,74,56). Sum of RGB (Red+Green+Blue) = 85+74+56=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A38 is #AAB5C7. Grayscale: #4B4B4B. Windows color (decimal): -11187656 or 3689045. OLE color: 3689045.

HSL color Cylindrical-coordinate representation of color #554A38: hue angle of 37.24º 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 #554A38 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB857456-
CMYK00.130.340.67
HSL37.24º20.57%27.65%-
HSV(B)37.24º34.12%33.33%-
XYZ6.917.114.75-
YUV75.24117.14134.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=39.53%
G=34.42%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85745600.130.340.6737.2420.5727.65
Hex554A380D224325151c
Octal1251127001542103452534
Binary101010110010101110000110110001010000111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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