#5B3C4B

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

Shades of Tawny Port #5B3C4B

Tints of Tawny Port #5B3C4B

Color information

#5B3C4B (or 0x5B3C4B) is unknown color: approx Tawny Port. HEX triplet: 5B, 3C and 4B. RGB value is (91,60,75). Sum of RGB (Red+Green+Blue) = 91+60+75=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C4B is #A4C3B4. Grayscale: #464646. Windows color (decimal): -10798005 or 4930651. OLE color: 4930651.

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

Color convert

RGB916075-
CMYK00.340.180.64
HSL330.97º20.53%29.61%-
HSV(B)330.97º34.07%35.69%-
XYZ7.25.967.43-
YUV70.98130.27142.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.27%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=40.27%
G=26.55%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91607500.340.180.64330.9720.5329.61
Hex5B3C4B022124014b151e
Octal13374113042221005132536
Binary1011011111100100101101000101001010000001010010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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