#5B5150

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

Shades of Congo Brown #5B5150

Tints of Congo Brown #5B5150

Color information

#5B5150 (or 0x5B5150) is unknown color: approx Congo Brown. HEX triplet: 5B, 51 and 50. RGB value is (91,81,80). Sum of RGB (Red+Green+Blue) = 91+81+80=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5150 is #A4AEAF. Grayscale: #535353. Windows color (decimal): -10792624 or 5263707. OLE color: 5263707.

HSL color Cylindrical-coordinate representation of color #5B5150: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5150 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB918180-
CMYK00.110.120.64
HSL5.45º6.43%33.53%-
HSV(B)5.45º12.09%35.69%-
XYZ8.78.698.81-
YUV83.88125.81133.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=36.11%
G=32.14%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91818000.110.120.645.456.4333.53
Hex5B51500BC405622
Octal133121120013141005642
Binary1011011101000110100000101111001000000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,81,80); }

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

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

 a { background-color: rgb(91,81,80); }

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

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

 span { border-color: rgb(91,81,80); }

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