#5B3D42

Color #5B3D42 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5B3D42

Tints of Tawny Port #5B3D42

Color information

#5B3D42 (or 0x5B3D42) is unknown color: approx Tawny Port. HEX triplet: 5B, 3D and 42. RGB value is (91,61,66). Sum of RGB (Red+Green+Blue) = 91+61+66=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D42 is #A4C2BD. Grayscale: #464646. Windows color (decimal): -10797758 or 4341083. OLE color: 4341083.

HSL color Cylindrical-coordinate representation of color #5B3D42: hue angle of 350º 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 #5B3D42 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB916166-
CMYK00.330.270.64
HSL350º19.74%29.8%-
HSV(B)350º32.97%35.69%-
XYZ6.975.955.94-
YUV70.54125.44142.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.74%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=41.74%
G=27.98%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91616600.330.270.6435019.7429.8
Hex5B3D420211B4015e141e
Octal13375102041331005362436
Binary1011011111101100001001000011101110000001010111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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