Html Css Color HEX #513946 Liver

📋 copy color: '#513946'

red 81 ◦ green 57 ◦ blue 70

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

Shades of Liver #513946

Tints of Liver #513946

RGB

 RED value IS 81 (32.03% from 255) = 38.94%

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

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

R = 38.94%
G = 27.4%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513946 (or 0x513946) is known color: Liver. HEX triplet: 51, 39 and 46. RGB value is (81,57,70). Sum of RGB (Red+Green+Blue) = 81+57+70=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #513946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513946 is #AEC6B9. Grayscale: #414141. Windows color (decimal): -11454138 or 4602193. OLE color: 4602193.

HSL color Cylindrical-coordinate representation of color #513946: hue angle of 327.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513946 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 57 70 -
CMYK 0 0.30 0.14 0.68
HSL 327.5º 0.17% 0.27% -
HSV(B) 327.5º 0.3% 0.32% -
XYZ 5.96 5.12 6.47 -
YUV 65.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 81 57 70 0 0.30 0.14 0.68 327.5 0.17 0.27
Hex 51 39 46 0 1E E 44 148 11 1B
Octal 121 71 106 0 36 16 104 510 21 33
Binary 1010001 111001 1000110 0 11110 1110 1000100 101001000 10001 11011

Color Harmonies of #513946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513946

Black with #513946

Text Example


Text Example

White with #513946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513946; }

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

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

background-color css

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

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

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

border-color css

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

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

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