#5D5554

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

Shades of Congo Brown #5D5554

Tints of Congo Brown #5D5554

Color information

#5D5554 (or 0x5D5554) is unknown color: approx Congo Brown. HEX triplet: 5D, 55 and 54. RGB value is (93,85,84). Sum of RGB (Red+Green+Blue) = 93+85+84=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5554 is #A2AAAB. Grayscale: #575757. Windows color (decimal): -10660524 or 5526877. OLE color: 5526877.

HSL color Cylindrical-coordinate representation of color #5D5554: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5554 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB938584-
CMYK00.090.100.64
HSL6.67º5.08%34.71%-
HSV(B)6.67º9.68%36.47%-
XYZ9.369.469.72-
YUV87.28126.15132.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=35.50%
G=32.44%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93858400.090.100.646.675.0834.71
Hex5D555409A407523
Octal135125124011121007543
Binary1011101101010110101000100110101000000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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