Html Css Color HEX #5E424B Tawny Port

📋 copy color: '#5E424B'

red 94 ◦ green 66 ◦ blue 75

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

Shades of Tawny Port #5E424B

Tints of Tawny Port #5E424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 40%
G = 28.09%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E424B (or 0x5E424B) is known color: Tawny Port. HEX triplet: 5E, 42 and 4B. RGB value is (94,66,75). Sum of RGB (Red+Green+Blue) = 94+66+75=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 94 - color contains mainly: red. Hex color #5E424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E424B is #A1BDB4. Grayscale: #4B4B4B. Windows color (decimal): -10599861 or 4932190. OLE color: 4932190.

HSL color Cylindrical-coordinate representation of color #5E424B: hue angle of 340.71º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E424B is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 75 -
CMYK 0 0.30 0.20 0.63
HSL 340.71º 0.18% 0.31% -
HSV(B) 340.71º 0.3% 0.37% -
XYZ 7.83 6.78 7.55 -
YUV 75.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 94 66 75 0 0.30 0.20 0.63 340.71 0.18 0.31
Hex 5E 42 4B 0 1E 14 3F 155 12 1F
Octal 136 102 113 0 36 24 77 525 22 37
Binary 1011110 1000010 1001011 0 11110 10100 111111 101010101 10010 11111

Color Harmonies of #5E424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E424B

Black with #5E424B

Text Example


Text Example

White with #5E424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,75); }

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

background-color css

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

 a { background-color: rgb(94,66,75); }

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

border-color css

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

 span { border-color: rgb(94,66,75); }

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