#5E5554

Color #5E5554 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #5E5554

Tints of Congo Brown #5E5554

Color information

#5E5554 (or 0x5E5554) is unknown color: approx Congo Brown. HEX triplet: 5E, 55 and 54. RGB value is (94,85,84). Sum of RGB (Red+Green+Blue) = 94+85+84=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5554 is #A1AAAB. Grayscale: #575757. Windows color (decimal): -10594988 or 5526878. OLE color: 5526878.

HSL color Cylindrical-coordinate representation of color #5E5554: hue angle of 6º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E5554 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB948584-
CMYK00.100.110.63
HSL5.62%34.9%-
HSV(B)10.64%36.86%-
XYZ9.469.529.73-
YUV87.58125.98132.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=35.74%
G=32.32%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94858400.100.110.6365.6234.9
Hex5E55540AB3F6623
Octal13612512401213776643
Binary101111010101011010100010101011111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5554; }

 p { color: rgb(94,85,84); }

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

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

 a { background-color: rgb(94,85,84); }

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

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

 span { border-color: rgb(94,85,84); }

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