Html Css Color HEX #5D444B Tawny Port

📋 copy color: '#5D444B'

red 93 ◦ green 68 ◦ blue 75

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

Shades of Tawny Port #5D444B

Tints of Tawny Port #5D444B

RGB

 RED value IS 93 (36.72% from 255) = 39.41%

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 39.41%
G = 28.81%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5D444B (or 0x5D444B) is known color: Tawny Port. HEX triplet: 5D, 44 and 4B. RGB value is (93,68,75). Sum of RGB (Red+Green+Blue) = 93+68+75=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 93 - color contains mainly: red. Hex color #5D444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D444B is #A2BBB4. Grayscale: #4C4C4C. Windows color (decimal): -10664885 or 4932701. OLE color: 4932701.

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

Color convert

RGB 93 68 75 -
CMYK 0 0.27 0.19 0.64
HSL 343.2º 0.16% 0.32% -
HSV(B) 343.2º 0.27% 0.36% -
XYZ 7.85 6.97 7.59 -
YUV 76.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 93 68 75 0 0.27 0.19 0.64 343.2 0.16 0.32
Hex 5D 44 4B 0 1B 13 40 157 10 20
Octal 135 104 113 0 33 23 100 527 20 40
Binary 1011101 1000100 1001011 0 11011 10011 1000000 101010111 10000 100000

Color Harmonies of #5D444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D444B

Black with #5D444B

Text Example


Text Example

White with #5D444B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,68,75); }

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

background-color css

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

 a { background-color: rgb(93,68,75); }

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

border-color css

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

 span { border-color: rgb(93,68,75); }

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