Html Css Color HEX #5C383F Tawny Port

📋 copy color: '#5C383F'

red 92 ◦ green 56 ◦ blue 63

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

Shades of Tawny Port #5C383F

Tints of Tawny Port #5C383F

RGB

 RED value IS 92 (36.33% from 255) = 43.6%

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

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

R = 43.6%
G = 26.54%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5C383F (or 0x5C383F) is known color: Tawny Port. HEX triplet: 5C, 38 and 3F. RGB value is (92,56,63). Sum of RGB (Red+Green+Blue) = 92+56+63=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C383F is #A3C7C0. Grayscale: #434343. Windows color (decimal): -10733505 or 4143196. OLE color: 4143196.

HSL color Cylindrical-coordinate representation of color #5C383F: hue angle of 348.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C383F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 56 63 -
CMYK 0 0.39 0.32 0.64
HSL 348.33º 0.24% 0.29% -
HSV(B) 348.33º 0.39% 0.36% -
XYZ 6.73 5.46 5.4 -
YUV 67.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 92 56 63 0 0.39 0.32 0.64 348.33 0.24 0.29
Hex 5C 38 3F 0 27 20 40 15C 18 1D
Octal 134 70 77 0 47 40 100 534 30 35
Binary 1011100 111000 111111 0 100111 100000 1000000 101011100 11000 11101

Color Harmonies of #5C383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C383F

Black with #5C383F

Text Example


Text Example

White with #5C383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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