#5B504E

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

Shades of Congo Brown #5B504E

Tints of Congo Brown #5B504E

Color information

#5B504E (or 0x5B504E) is unknown color: approx Congo Brown. HEX triplet: 5B, 50 and 4E. RGB value is (91,80,78). Sum of RGB (Red+Green+Blue) = 91+80+78=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B504E is #A4AFB1. Grayscale: #535353. Windows color (decimal): -10792882 or 5132379. OLE color: 5132379.

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

Color convert

RGB918078-
CMYK00.120.140.64
HSL9.23º7.69%33.14%-
HSV(B)9.23º14.29%35.69%-
XYZ8.568.518.4-
YUV83.06125.14133.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=36.55%
G=32.13%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91807800.120.140.649.237.6933.14
Hex5B504E0CE409821
Octal13312011601416100111041
Binary101101110100001001110011001110100000010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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