Html Css Color HEX #503946 Liver

📋 copy color: '#503946'

red 80 ◦ green 57 ◦ blue 70

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

Shades of Liver #503946

Tints of Liver #503946

RGB

 RED value IS 80 (31.64% from 255) = 38.65%

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 38.65%
G = 27.54%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#503946 (or 0x503946) is known color: Liver. HEX triplet: 50, 39 and 46. RGB value is (80,57,70). Sum of RGB (Red+Green+Blue) = 80+57+70=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #503946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503946 is #AFC6B9. Grayscale: #414141. Windows color (decimal): -11519674 or 4602192. OLE color: 4602192.

HSL color Cylindrical-coordinate representation of color #503946: hue angle of 326.09º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503946 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 70 -
CMYK 0 0.29 0.12 0.69
HSL 326.09º 0.17% 0.27% -
HSV(B) 326.09º 0.29% 0.31% -
XYZ 5.88 5.07 6.46 -
YUV 65.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 80 57 70 0 0.29 0.12 0.69 326.09 0.17 0.27
Hex 50 39 46 0 1D C 45 146 11 1B
Octal 120 71 106 0 35 14 105 506 21 33
Binary 1010000 111001 1000110 0 11101 1100 1000101 101000110 10001 11011

Color Harmonies of #503946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503946

Black with #503946

Text Example


Text Example

White with #503946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503946; }

 p { color: rgb(80,57,70); }

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

background-color css

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

 a { background-color: rgb(80,57,70); }

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

border-color css

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

 span { border-color: rgb(80,57,70); }

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