Html Css Color HEX #5A383F Tawny Port

📋 copy color: '#5A383F'

red 90 ◦ green 56 ◦ blue 63

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

Shades of Tawny Port #5A383F

Tints of Tawny Port #5A383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.14%

R = 43.06%
G = 26.79%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A383F (or 0x5A383F) is known color: Tawny Port. HEX triplet: 5A, 38 and 3F. RGB value is (90,56,63). Sum of RGB (Red+Green+Blue) = 90+56+63=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A383F is #A5C7C0. Grayscale: #424242. Windows color (decimal): -10864577 or 4143194. OLE color: 4143194.

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

Color convert

RGB 90 56 63 -
CMYK 0 0.38 0.30 0.65
HSL 347.65º 0.23% 0.29% -
HSV(B) 347.65º 0.38% 0.35% -
XYZ 6.53 5.36 5.39 -
YUV 66.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 90 56 63 0 0.38 0.30 0.65 347.65 0.23 0.29
Hex 5A 38 3F 0 26 1E 41 15C 17 1D
Octal 132 70 77 0 46 36 101 534 27 35
Binary 1011010 111000 111111 0 100110 11110 1000001 101011100 10111 11101

Color Harmonies of #5A383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A383F

Black with #5A383F

Text Example


Text Example

White with #5A383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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