#5B3C45

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

Shades of Tawny Port #5B3C45

Tints of Tawny Port #5B3C45

Color information

#5B3C45 (or 0x5B3C45) is unknown color: approx Tawny Port. HEX triplet: 5B, 3C and 45. RGB value is (91,60,69). Sum of RGB (Red+Green+Blue) = 91+60+69=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C45 is #A4C3BA. Grayscale: #464646. Windows color (decimal): -10798011 or 4537435. OLE color: 4537435.

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

Color convert

RGB916069-
CMYK00.340.240.64
HSL342.58º20.53%29.61%-
HSV(B)342.58º34.07%35.69%-
XYZ75.896.4-
YUV70.3127.27142.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.36%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=41.36%
G=27.27%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91606900.340.240.64342.5820.5329.61
Hex5B3C450221840157151e
Octal13374105042301005272536
Binary1011011111100100010101000101100010000001010101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,69); }

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

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

 a { background-color: rgb(91,60,69); }

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

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

 span { border-color: rgb(91,60,69); }

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