Html Css Color HEX #5A3B40 Tawny Port

📋 copy color: '#5A3B40'

red 90 ◦ green 59 ◦ blue 64

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

Shades of Tawny Port #5A3B40

Tints of Tawny Port #5A3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 42.25%
G = 27.7%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#5A3B40 (or 0x5A3B40) is known color: Tawny Port. HEX triplet: 5A, 3B and 40. RGB value is (90,59,64). Sum of RGB (Red+Green+Blue) = 90+59+64=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B40 is #A5C4BF. Grayscale: #444444. Windows color (decimal): -10863808 or 4209498. OLE color: 4209498.

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

Color convert

RGB 90 59 64 -
CMYK 0 0.34 0.29 0.65
HSL 350.32º 0.21% 0.29% -
HSV(B) 350.32º 0.34% 0.35% -
XYZ 6.71 5.67 5.59 -
YUV 68.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 90 59 64 0 0.34 0.29 0.65 350.32 0.21 0.29
Hex 5A 3B 40 0 22 1D 41 15E 15 1D
Octal 132 73 100 0 42 35 101 536 25 35
Binary 1011010 111011 1000000 0 100010 11101 1000001 101011110 10101 11101

Color Harmonies of #5A3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3B40

Black with #5A3B40

Text Example


Text Example

White with #5A3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,59,64); }

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

background-color css

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

 a { background-color: rgb(90,59,64); }

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

border-color css

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

 span { border-color: rgb(90,59,64); }

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