#554B3E

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

Shades of Metallic Bronze #554B3E

Tints of Metallic Bronze #554B3E

Color information

#554B3E (or 0x554B3E) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4B and 3E. RGB value is (85,75,62). Sum of RGB (Red+Green+Blue) = 85+75+62=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B3E is #AAB4C1. Grayscale: #4C4C4C. Windows color (decimal): -11187394 or 4082517. OLE color: 4082517.

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

Color convert

RGB857562-
CMYK00.120.270.67
HSL33.91º15.65%28.82%-
HSV(B)33.91º27.06%33.33%-
XYZ7.137.315.59-
YUV76.51119.81134.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=38.29%
G=33.78%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85756200.120.270.6733.9115.6528.82
Hex554B3E0C1B4322101d
Octal1251137601433103422035
Binary10101011001011111110011001101110000111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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