#5B4641

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

Shades of Congo Brown #5B4641

Tints of Congo Brown #5B4641

Color information

#5B4641 (or 0x5B4641) is unknown color: approx Congo Brown. HEX triplet: 5B, 46 and 41. RGB value is (91,70,65). Sum of RGB (Red+Green+Blue) = 91+70+65=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4641 is #A4B9BE. Grayscale: #4B4B4B. Windows color (decimal): -10795455 or 4277851. OLE color: 4277851.

HSL color Cylindrical-coordinate representation of color #5B4641: hue angle of 11.54º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B4641 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB917065-
CMYK00.230.290.64
HSL11.54º16.67%30.59%-
HSV(B)11.54º28.57%35.69%-
XYZ7.466.995.96-
YUV75.71121.96138.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.27%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=40.27%
G=30.97%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91706500.230.290.6411.5416.6730.59
Hex5B46410171D40c111f
Octal13310610102735100142137
Binary10110111000110100000101011111101100000011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,70,65); }

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

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

 a { background-color: rgb(91,70,65); }

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

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

 span { border-color: rgb(91,70,65); }

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