Html Css Color HEX #5D3A46 Tawny Port

📋 copy color: '#5D3A46'

red 93 ◦ green 58 ◦ blue 70

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

Shades of Tawny Port #5D3A46

Tints of Tawny Port #5D3A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 42.08%
G = 26.24%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#5D3A46 (or 0x5D3A46) is known color: Tawny Port. HEX triplet: 5D, 3A and 46. RGB value is (93,58,70). Sum of RGB (Red+Green+Blue) = 93+58+70=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A46 is #A2C5B9. Grayscale: #454545. Windows color (decimal): -10667450 or 4602461. OLE color: 4602461.

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

Color convert

RGB 93 58 70 -
CMYK 0 0.38 0.25 0.64
HSL 339.43º 0.23% 0.3% -
HSV(B) 339.43º 0.38% 0.36% -
XYZ 7.13 5.8 6.54 -
YUV 69.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 93 58 70 0 0.38 0.25 0.64 339.43 0.23 0.3
Hex 5D 3A 46 0 26 19 40 153 17 1E
Octal 135 72 106 0 46 31 100 523 27 36
Binary 1011101 111010 1000110 0 100110 11001 1000000 101010011 10111 11110

Color Harmonies of #5D3A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3A46

Black with #5D3A46

Text Example


Text Example

White with #5D3A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,58,70); }

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

background-color css

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

 a { background-color: rgb(93,58,70); }

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

border-color css

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

 span { border-color: rgb(93,58,70); }

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