Html Css Color HEX #5A3A46 Tawny Port

📋 copy color: '#5A3A46'

red 90 ◦ green 58 ◦ blue 70

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

Shades of Tawny Port #5A3A46

Tints of Tawny Port #5A3A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 41.28%
G = 26.61%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A3A46 (or 0x5A3A46) is known color: Tawny Port. HEX triplet: 5A, 3A and 46. RGB value is (90,58,70). Sum of RGB (Red+Green+Blue) = 90+58+70=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A46 is #A5C5B9. Grayscale: #444444. Windows color (decimal): -10864058 or 4602458. OLE color: 4602458.

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

Color convert

RGB 90 58 70 -
CMYK 0 0.36 0.22 0.65
HSL 337.5º 0.22% 0.29% -
HSV(B) 337.5º 0.36% 0.35% -
XYZ 6.83 5.64 6.52 -
YUV 68.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 90 58 70 0 0.36 0.22 0.65 337.5 0.22 0.29
Hex 5A 3A 46 0 24 16 41 152 16 1D
Octal 132 72 106 0 44 26 101 522 26 35
Binary 1011010 111010 1000110 0 100100 10110 1000001 101010010 10110 11101

Color Harmonies of #5A3A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3A46

Black with #5A3A46

Text Example


Text Example

White with #5A3A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,58,70); }

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

background-color css

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

 a { background-color: rgb(90,58,70); }

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

border-color css

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

 span { border-color: rgb(90,58,70); }

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