#5C3244

Color #5C3244 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5C3244

Tints of Tawny Port #5C3244

Color information

#5C3244 (or 0x5C3244) is unknown color: approx Tawny Port. HEX triplet: 5C, 32 and 44. RGB value is (92,50,68). Sum of RGB (Red+Green+Blue) = 92+50+68=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3244 is #A3CDBB. Grayscale: #404040. Windows color (decimal): -10735036 or 4469340. OLE color: 4469340.

HSL color Cylindrical-coordinate representation of color #5C3244: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C3244 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB925068-
CMYK00.460.260.64
HSL334.29º29.58%27.84%-
HSV(B)334.29º45.65%36.08%-
XYZ6.64.976.08-
YUV64.61129.91147.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=43.81%
G=23.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92506800.460.260.64334.2929.5827.84
Hex5C324402E1A4014e1e1c
Octal13462104056321005163634
Binary1011100110010100010001011101101010000001010011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,50,68); }

 H1.HeaderClassName
 {
   color: #5C3244;
 }
 .AnyTagClassName
 {
   color: #5C3244;
 }
</style>
background-color css

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

 a { background-color: rgb(92,50,68); }

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

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

 span { border-color: rgb(92,50,68); }

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