#5B4131

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

Shades of Very Dark Brown #5B4131

Tints of Very Dark Brown #5B4131

Color information

#5B4131 (or 0x5B4131) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 41 and 31. RGB value is (91,65,49). Sum of RGB (Red+Green+Blue) = 91+65+49=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4131 is #A4BECE. Grayscale: #474747. Windows color (decimal): -10796751 or 3227995. OLE color: 3227995.

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

Color convert

RGB916549-
CMYK00.290.460.64
HSL22.86º30%27.45%-
HSV(B)22.86º46.15%35.69%-
XYZ6.766.233.75-
YUV70.95115.61142.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=44.39%
G=31.71%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91654900.290.460.6422.863027.45
Hex5B413101D2E40171e1b
Octal1331016103556100273633
Binary101101110000011100010111011011101000000101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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