Html Css Color HEX #5B3D46 Tawny Port

📋 copy color: '#5B3D46'

red 91 ◦ green 61 ◦ blue 70

#5B3D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #5B3D46

Tints of Tawny Port #5B3D46

RGB

 RED value IS 91 (35.94% from 255) = 40.99%

 GREEN value IS 61 (24.22% from 255) = 27.48%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 40.99%
G = 27.48%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B3D46 (or 0x5B3D46) is known color: Tawny Port. HEX triplet: 5B, 3D and 46. RGB value is (91,61,70). Sum of RGB (Red+Green+Blue) = 91+61+70=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D46 is #A4C2B9. Grayscale: #464646. Windows color (decimal): -10797754 or 4603227. OLE color: 4603227.

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

Color convert

RGB 91 61 70 -
CMYK 0 0.33 0.23 0.64
HSL 342º 0.2% 0.3% -
HSV(B) 342º 0.33% 0.36% -
XYZ 7.09 6 6.58 -
YUV 71 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 91 61 70 0 0.33 0.23 0.64 342 0.2 0.3
Hex 5B 3D 46 0 21 17 40 156 14 1E
Octal 133 75 106 0 41 27 100 526 24 36
Binary 1011011 111101 1000110 0 100001 10111 1000000 101010110 10100 11110

Color Harmonies of #5B3D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3D46

Black with #5B3D46

Text Example


Text Example

White with #5B3D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B3D46;
 }
 .AnyTagClassName
 {
   color: #5B3D46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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