Html Css Color HEX #5A3541 Tawny Port

📋 copy color: '#5A3541'

red 90 ◦ green 53 ◦ blue 65

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

Shades of Tawny Port #5A3541

Tints of Tawny Port #5A3541

RGB

 RED value IS 90 (35.55% from 255) = 43.27%

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 43.27%
G = 25.48%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A3541 (or 0x5A3541) is known color: Tawny Port. HEX triplet: 5A, 35 and 41. RGB value is (90,53,65). Sum of RGB (Red+Green+Blue) = 90+53+65=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3541 is #A5CABE. Grayscale: #414141. Windows color (decimal): -10865343 or 4273498. OLE color: 4273498.

HSL color Cylindrical-coordinate representation of color #5A3541: hue angle of 340.54º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3541 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 53 65 -
CMYK 0 0.41 0.28 0.65
HSL 340.54º 0.26% 0.28% -
HSV(B) 340.54º 0.41% 0.35% -
XYZ 6.44 5.1 5.65 -
YUV 65.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 90 53 65 0 0.41 0.28 0.65 340.54 0.26 0.28
Hex 5A 35 41 0 29 1C 41 155 1A 1C
Octal 132 65 101 0 51 34 101 525 32 34
Binary 1011010 110101 1000001 0 101001 11100 1000001 101010101 11010 11100

Color Harmonies of #5A3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3541

Black with #5A3541

Text Example


Text Example

White with #5A3541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,65); }

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

background-color css

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

 a { background-color: rgb(90,53,65); }

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

border-color css

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

 span { border-color: rgb(90,53,65); }

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