Html Css Color HEX #5F4048 Tawny Port

📋 copy color: '#5F4048'

red 95 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #5F4048

Tints of Tawny Port #5F4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 72 (28.52% from 255) = 31.17%

R = 41.13%
G = 27.71%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F4048 (or 0x5F4048) is known color: Tawny Port. HEX triplet: 5F, 40 and 48. RGB value is (95,64,72). Sum of RGB (Red+Green+Blue) = 95+64+72=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4048 is #A0BFB7. Grayscale: #4A4A4A. Windows color (decimal): -10534840 or 4735071. OLE color: 4735071.

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

Color convert

RGB 95 64 72 -
CMYK 0 0.33 0.24 0.63
HSL 344.52º 0.19% 0.31% -
HSV(B) 344.52º 0.33% 0.37% -
XYZ 7.72 6.57 6.99 -
YUV 74.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 95 64 72 0 0.33 0.24 0.63 344.52 0.19 0.31
Hex 5F 40 48 0 21 18 3F 159 13 1F
Octal 137 100 110 0 41 30 77 531 23 37
Binary 1011111 1000000 1001000 0 100001 11000 111111 101011001 10011 11111

Color Harmonies of #5F4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4048

Black with #5F4048

Text Example


Text Example

White with #5F4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,72); }

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

background-color css

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

 a { background-color: rgb(95,64,72); }

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

border-color css

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

 span { border-color: rgb(95,64,72); }

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