Html Css Color HEX #5A4048 Tawny Port

📋 copy color: '#5A4048'

red 90 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #5A4048

Tints of Tawny Port #5A4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 39.82%
G = 28.32%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A4048 (or 0x5A4048) is known color: Tawny Port. HEX triplet: 5A, 40 and 48. RGB value is (90,64,72). Sum of RGB (Red+Green+Blue) = 90+64+72=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4048 is #A5BFB7. Grayscale: #484848. Windows color (decimal): -10862520 or 4735066. OLE color: 4735066.

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

Color convert

RGB 90 64 72 -
CMYK 0 0.29 0.20 0.65
HSL 341.54º 0.17% 0.3% -
HSV(B) 341.54º 0.29% 0.35% -
XYZ 7.22 6.31 6.97 -
YUV 72.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 90 64 72 0 0.29 0.20 0.65 341.54 0.17 0.3
Hex 5A 40 48 0 1D 14 41 156 11 1E
Octal 132 100 110 0 35 24 101 526 21 36
Binary 1011010 1000000 1001000 0 11101 10100 1000001 101010110 10001 11110

Color Harmonies of #5A4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4048

Black with #5A4048

Text Example


Text Example

White with #5A4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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