#554A3D

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

Shades of Metallic Bronze #554A3D

Tints of Metallic Bronze #554A3D

Color information

#554A3D (or 0x554A3D) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4A and 3D. RGB value is (85,74,61). Sum of RGB (Red+Green+Blue) = 85+74+61=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3D is #AAB5C2. Grayscale: #4B4B4B. Windows color (decimal): -11187651 or 4016725. OLE color: 4016725.

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

Color convert

RGB857461-
CMYK00.130.280.67
HSL32.5º16.44%28.63%-
HSV(B)32.5º28.24%33.33%-
XYZ7.047.175.43-
YUV75.81119.64134.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=38.64%
G=33.64%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85746100.130.280.6732.516.4428.63
Hex554A3D0D1C4321101d
Octal1251127501534103412035
Binary10101011001010111101011011110010000111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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