#554636

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

Shades of Metallic Bronze #554636

Tints of Metallic Bronze #554636

Color information

#554636 (or 0x554636) is unknown color: approx Metallic Bronze. HEX triplet: 55, 46 and 36. RGB value is (85,70,54). Sum of RGB (Red+Green+Blue) = 85+70+54=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554636 is #AAB9C9. Grayscale: #484848. Windows color (decimal): -11188682 or 3556949. OLE color: 3556949.

HSL color Cylindrical-coordinate representation of color #554636: hue angle of 30.97º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554636 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB857054-
CMYK00.180.360.67
HSL30.97º22.3%27.25%-
HSV(B)30.97º36.47%33.33%-
XYZ6.66.584.41-
YUV72.66117.47136.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=40.67%
G=33.49%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85705400.180.360.6730.9722.327.25
Hex55463601224431f161b
Octal1251066602244103372633
Binary101010110001101101100100101001001000011111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554636; }

 p { color: rgb(85,70,54); }

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

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

 a { background-color: rgb(85,70,54); }

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

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

 span { border-color: rgb(85,70,54); }

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