#5B4846

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

Shades of Woody Brown #5B4846

Tints of Woody Brown #5B4846

Color information

#5B4846 (or 0x5B4846) is unknown color: approx Woody Brown. HEX triplet: 5B, 48 and 46. RGB value is (91,72,70). Sum of RGB (Red+Green+Blue) = 91+72+70=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4846 is #A4B7B9. Grayscale: #4D4D4D. Windows color (decimal): -10794938 or 4606043. OLE color: 4606043.

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

Color convert

RGB917270-
CMYK00.210.230.64
HSL5.71º13.04%31.57%-
HSV(B)5.71º23.08%35.69%-
XYZ7.747.36.8-
YUV77.45123.79137.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.06%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=39.06%
G=30.90%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91727000.210.230.645.7113.0431.57
Hex5B484601517406d20
Octal1331101060252710061540
Binary1011011100100010001100101011011110000001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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