Html Css Color HEX #5F354A Tawny Port

📋 copy color: '#5F354A'

red 95 ◦ green 53 ◦ blue 74

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

Shades of Tawny Port #5F354A

Tints of Tawny Port #5F354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 42.79%
G = 23.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5F354A (or 0x5F354A) is known color: Tawny Port. HEX triplet: 5F, 35 and 4A. RGB value is (95,53,74). Sum of RGB (Red+Green+Blue) = 95+53+74=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F354A is #A0CAB5. Grayscale: #434343. Windows color (decimal): -10537654 or 4863327. OLE color: 4863327.

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

Color convert

RGB 95 53 74 -
CMYK 0 0.44 0.22 0.63
HSL 330º 0.28% 0.29% -
HSV(B) 330º 0.44% 0.37% -
XYZ 7.23 5.47 7.15 -
YUV 67.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 95 53 74 0 0.44 0.22 0.63 330 0.28 0.29
Hex 5F 35 4A 0 2C 16 3F 14A 1C 1D
Octal 137 65 112 0 54 26 77 512 34 35
Binary 1011111 110101 1001010 0 101100 10110 111111 101001010 11100 11101

Color Harmonies of #5F354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F354A

Black with #5F354A

Text Example


Text Example

White with #5F354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,53,74); }

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

background-color css

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

 a { background-color: rgb(95,53,74); }

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

border-color css

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

 span { border-color: rgb(95,53,74); }

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