Html Css Color HEX #5E434B Tawny Port

📋 copy color: '#5E434B'

red 94 ◦ green 67 ◦ blue 75

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

Shades of Tawny Port #5E434B

Tints of Tawny Port #5E434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 39.83%
G = 28.39%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E434B (or 0x5E434B) is known color: Tawny Port. HEX triplet: 5E, 43 and 4B. RGB value is (94,67,75). Sum of RGB (Red+Green+Blue) = 94+67+75=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 94 - color contains mainly: red. Hex color #5E434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E434B is #A1BCB4. Grayscale: #4B4B4B. Windows color (decimal): -10599605 or 4932446. OLE color: 4932446.

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

Color convert

RGB 94 67 75 -
CMYK 0 0.29 0.20 0.63
HSL 342.22º 0.17% 0.32% -
HSV(B) 342.22º 0.29% 0.37% -
XYZ 7.89 6.9 7.57 -
YUV 75.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 94 67 75 0 0.29 0.20 0.63 342.22 0.17 0.32
Hex 5E 43 4B 0 1D 14 3F 156 11 20
Octal 136 103 113 0 35 24 77 526 21 40
Binary 1011110 1000011 1001011 0 11101 10100 111111 101010110 10001 100000

Color Harmonies of #5E434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E434B

Black with #5E434B

Text Example


Text Example

White with #5E434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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