Html Css Color HEX #513D46 Liver

📋 copy color: '#513D46'

red 81 ◦ green 61 ◦ blue 70

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

Shades of Liver #513D46

Tints of Liver #513D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.77%

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

R = 38.21%
G = 28.77%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513D46 (or 0x513D46) is known color: Liver. HEX triplet: 51, 3D and 46. RGB value is (81,61,70). Sum of RGB (Red+Green+Blue) = 81+61+70=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #513D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D46 is #AEC2B9. Grayscale: #434343. Windows color (decimal): -11453114 or 4603217. OLE color: 4603217.

HSL color Cylindrical-coordinate representation of color #513D46: hue angle of 333º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D46 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 70 -
CMYK 0 0.25 0.14 0.68
HSL 333º 0.14% 0.28% -
HSV(B) 333º 0.25% 0.32% -
XYZ 6.17 5.53 6.54 -
YUV 68.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 81 61 70 0 0.25 0.14 0.68 333 0.14 0.28
Hex 51 3D 46 0 19 E 44 14D E 1C
Octal 121 75 106 0 31 16 104 515 16 34
Binary 1010001 111101 1000110 0 11001 1110 1000100 101001101 1110 11100

Color Harmonies of #513D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D46

Black with #513D46

Text Example


Text Example

White with #513D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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