Html Css Color HEX #5A3841 Tawny Port

📋 copy color: '#5A3841'

red 90 ◦ green 56 ◦ blue 65

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

Shades of Tawny Port #5A3841

Tints of Tawny Port #5A3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 42.65%
G = 26.54%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A3841 (or 0x5A3841) is known color: Tawny Port. HEX triplet: 5A, 38 and 41. RGB value is (90,56,65). Sum of RGB (Red+Green+Blue) = 90+56+65=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3841 is #A5C7BE. Grayscale: #434343. Windows color (decimal): -10864575 or 4274266. OLE color: 4274266.

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

Color convert

RGB 90 56 65 -
CMYK 0 0.38 0.28 0.65
HSL 344.12º 0.23% 0.29% -
HSV(B) 344.12º 0.38% 0.35% -
XYZ 6.58 5.38 5.69 -
YUV 67.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 90 56 65 0 0.38 0.28 0.65 344.12 0.23 0.29
Hex 5A 38 41 0 26 1C 41 158 17 1D
Octal 132 70 101 0 46 34 101 530 27 35
Binary 1011010 111000 1000001 0 100110 11100 1000001 101011000 10111 11101

Color Harmonies of #5A3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3841

Black with #5A3841

Text Example


Text Example

White with #5A3841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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