Html Css Color HEX #5F323F Tawny Port

📋 copy color: '#5F323F'

red 95 ◦ green 50 ◦ blue 63

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

Shades of Tawny Port #5F323F

Tints of Tawny Port #5F323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.29%

R = 45.67%
G = 24.04%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5F323F (or 0x5F323F) is known color: Tawny Port. HEX triplet: 5F, 32 and 3F. RGB value is (95,50,63). Sum of RGB (Red+Green+Blue) = 95+50+63=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 95 - color contains mainly: red. Hex color #5F323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F323F is #A0CDC0. Grayscale: #404040. Windows color (decimal): -10538433 or 4141663. OLE color: 4141663.

HSL color Cylindrical-coordinate representation of color #5F323F: hue angle of 342.67º 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 #5F323F is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 50 63 -
CMYK 0 0.47 0.34 0.63
HSL 342.67º 0.31% 0.28% -
HSV(B) 342.67º 0.47% 0.37% -
XYZ 6.76 5.07 5.33 -
YUV 64.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 95 50 63 0 0.47 0.34 0.63 342.67 0.31 0.28
Hex 5F 32 3F 0 2F 22 3F 157 1F 1C
Octal 137 62 77 0 57 42 77 527 37 34
Binary 1011111 110010 111111 0 101111 100010 111111 101010111 11111 11100

Color Harmonies of #5F323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F323F

Black with #5F323F

Text Example


Text Example

White with #5F323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,50,63); }

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

background-color css

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

 a { background-color: rgb(95,50,63); }

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

border-color css

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

 span { border-color: rgb(95,50,63); }

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