Html Css Color HEX #5A3848 Tawny Port

📋 copy color: '#5A3848'

red 90 ◦ green 56 ◦ blue 72

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

Shades of Tawny Port #5A3848

Tints of Tawny Port #5A3848

RGB

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

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

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

R = 41.28%
G = 25.69%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A3848 (or 0x5A3848) is known color: Tawny Port. HEX triplet: 5A, 38 and 48. RGB value is (90,56,72). Sum of RGB (Red+Green+Blue) = 90+56+72=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3848 is #A5C7B7. Grayscale: #434343. Windows color (decimal): -10864568 or 4733018. OLE color: 4733018.

HSL color Cylindrical-coordinate representation of color #5A3848: hue angle of 331.76º 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 #5A3848 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 72 -
CMYK 0 0.38 0.20 0.65
HSL 331.76º 0.23% 0.29% -
HSV(B) 331.76º 0.38% 0.35% -
XYZ 6.8 5.47 6.83 -
YUV 67.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 90 56 72 0 0.38 0.20 0.65 331.76 0.23 0.29
Hex 5A 38 48 0 26 14 41 14C 17 1D
Octal 132 70 110 0 46 24 101 514 27 35
Binary 1011010 111000 1001000 0 100110 10100 1000001 101001100 10111 11101

Color Harmonies of #5A3848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3848

Black with #5A3848

Text Example


Text Example

White with #5A3848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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