Html Css Color HEX #5E3245 Tawny Port

📋 copy color: '#5E3245'

red 94 ◦ green 50 ◦ blue 69

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

Shades of Tawny Port #5E3245

Tints of Tawny Port #5E3245

RGB

 RED value IS 94 (37.11% from 255) = 44.13%

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

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 44.13%
G = 23.47%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#5E3245 (or 0x5E3245) is known color: Tawny Port. HEX triplet: 5E, 32 and 45. RGB value is (94,50,69). Sum of RGB (Red+Green+Blue) = 94+50+69=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3245 is #A1CDBA. Grayscale: #414141. Windows color (decimal): -10603963 or 4534878. OLE color: 4534878.

HSL color Cylindrical-coordinate representation of color #5E3245: hue angle of 334.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3245 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 50 69 -
CMYK 0 0.47 0.27 0.63
HSL 334.09º 0.31% 0.28% -
HSV(B) 334.09º 0.47% 0.37% -
XYZ 6.83 5.09 6.25 -
YUV 65.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 94 50 69 0 0.47 0.27 0.63 334.09 0.31 0.28
Hex 5E 32 45 0 2F 1B 3F 14E 1F 1C
Octal 136 62 105 0 57 33 77 516 37 34
Binary 1011110 110010 1000101 0 101111 11011 111111 101001110 11111 11100

Color Harmonies of #5E3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3245

Black with #5E3245

Text Example


Text Example

White with #5E3245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,50,69); }

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

background-color css

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

 a { background-color: rgb(94,50,69); }

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

border-color css

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

 span { border-color: rgb(94,50,69); }

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