Html Css Color HEX #5D323F Tawny Port

📋 copy color: '#5D323F'

red 93 ◦ green 50 ◦ blue 63

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

Shades of Tawny Port #5D323F

Tints of Tawny Port #5D323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 45.15%
G = 24.27%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5D323F (or 0x5D323F) is known color: Tawny Port. HEX triplet: 5D, 32 and 3F. RGB value is (93,50,63). Sum of RGB (Red+Green+Blue) = 93+50+63=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D323F is #A2CDC0. Grayscale: #404040. Windows color (decimal): -10669505 or 4141661. OLE color: 4141661.

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

Color convert

RGB 93 50 63 -
CMYK 0 0.46 0.32 0.64
HSL 341.86º 0.3% 0.28% -
HSV(B) 341.86º 0.46% 0.36% -
XYZ 6.55 4.97 5.32 -
YUV 64.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 93 50 63 0 0.46 0.32 0.64 341.86 0.3 0.28
Hex 5D 32 3F 0 2E 20 40 156 1E 1C
Octal 135 62 77 0 56 40 100 526 36 34
Binary 1011101 110010 111111 0 101110 100000 1000000 101010110 11110 11100

Color Harmonies of #5D323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D323F

Black with #5D323F

Text Example


Text Example

White with #5D323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,50,63); }

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

background-color css

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

 a { background-color: rgb(93,50,63); }

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

border-color css

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

 span { border-color: rgb(93,50,63); }

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