Html Css Color HEX #5F424C Tawny Port

📋 copy color: '#5F424C'

red 95 ◦ green 66 ◦ blue 76

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

Shades of Tawny Port #5F424C

Tints of Tawny Port #5F424C

RGB

 RED value IS 95 (37.5% from 255) = 40.08%

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

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 40.08%
G = 27.85%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5F424C (or 0x5F424C) is known color: Tawny Port. HEX triplet: 5F, 42 and 4C. RGB value is (95,66,76). Sum of RGB (Red+Green+Blue) = 95+66+76=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 95 - color contains mainly: red. Hex color #5F424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F424C is #A0BDB3. Grayscale: #4B4B4B. Windows color (decimal): -10534324 or 4997727. OLE color: 4997727.

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

Color convert

RGB 95 66 76 -
CMYK 0 0.31 0.20 0.63
HSL 339.31º 0.18% 0.32% -
HSV(B) 339.31º 0.31% 0.37% -
XYZ 7.97 6.85 7.74 -
YUV 75.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 95 66 76 0 0.31 0.20 0.63 339.31 0.18 0.32
Hex 5F 42 4C 0 1F 14 3F 153 12 20
Octal 137 102 114 0 37 24 77 523 22 40
Binary 1011111 1000010 1001100 0 11111 10100 111111 101010011 10010 100000

Color Harmonies of #5F424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F424C

Black with #5F424C

Text Example


Text Example

White with #5F424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,66,76); }

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

background-color css

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

 a { background-color: rgb(95,66,76); }

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

border-color css

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

 span { border-color: rgb(95,66,76); }

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